Loading Tool

Explorer IconExplorer

Memory Pool

79,372 transactions
29.72 vMB
0.08587020 BTC
Random Selection Loading Transactions
Max Size: 179.67/200 MB

Candidate Block

Mining Attempt 81f2e395875009027349eb7c4cdeb74a54aaec4738d358d3bdbf5aa5d477c79e
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root a7f70786e84fc0955eb3e7a6c3e60b5baa8c856ff4a97ff330fd816e4458ddf1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,915
Size: 1.00 vMB
Total Fees: 0.01929980 BTC
Feerates: 37.27 > 1.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (731,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,779 183,779 0000000000000a55f173024a4d1ae7f5e63639830becde469954993f3cd764e0 49 0.03/1.00 vMB 509
183,778 183,778 000000000000051428976a3f2d70b7d7732c938300171859638f181a0e3a92f7 113 0.05/1.00 vMB 285
183,777 183,777 00000000000006854e1d89c380c8976726419c07e58af75b8910e84a8c6842ef 63 0.03/1.00 vMB 138
183,776 183,776 00000000000000bfdb7c0c60e534527a97bf5b2061acfa936ee99495bb5414ba 67 0.05/1.00 vMB 85
183,775 183,775 00000000000008f9c7678daad7563e4d2ab804185b2fb2be50c7434814ec30db 52 0.04/1.00 vMB 54
183,774 183,774 000000000000007d901ce1112947949612f2b97a84ccf0c4eb0aea25356f4f5c 124 0.04/1.00 vMB 201
183,773 183,773 0000000000000218cedff9977bbbf313d25cfd10f0c5ed7cd1e2786e312896d5 23 0.01/1.00 vMB 82
183,772 183,772 00000000000001dcc66da96dedd332f9d5f463ea127a6ed69c43a6510962f8bf 64 0.04/1.00 vMB 61
183,771 183,771 00000000000000f7c75a8e84b20bfa779437b7f18b2a824e6dbcadd320b5f037 506 0.23/1.00 vMB 128
183,770 183,770 00000000000006b66a46b685e4df690237a4e8db4c4584b250e8fa96a4b45e61 512 0.21/1.00 vMB 158
183,769 183,769 000000000000087d2bd5a06728e320d38e9c9eec3e641c980241305be1b144e1 105 0.05/1.00 vMB 234
183,768 183,768 000000000000025d8e144ac5b15c26300dcf2fd8a9f37334a1855d6d0bc1cc58 8 0.00/1.00 vMB 297
183,767 183,767 0000000000000a1d833e195fbbd55ebe90b3cb9478d995c2bc32a62304e7000c 10 0.00/1.00 vMB 196
183,766 183,766 0000000000000005d3d82e6c63947bea43ee5a42db96cfe7f0bcc3c36ba9ebb0 606 0.27/1.00 vMB 133
183,765 183,765 0000000000000a4eed8be18631fe301ce99b905b4c4cf526ff9a8f2618681180 533 0.25/1.00 vMB 157
183,764 183,764 00000000000000c01b624b49776f3d375f26a420057f4926f474e4c093f77a1f 103 0.05/1.00 vMB 124
183,763 183,763 000000000000051de9f745c863b9879106e390fc439b891eb2da2ea4069bb392 64 0.03/1.00 vMB 87
183,762 183,762 0000000000000242fc5d7f3dc25de385fad35b8aa8ba76e434e955b1f1282619 125 0.05/1.00 vMB 107
183,761 183,761 0000000000000876c6171e7b97623c278c7090e97a2295fb6c43ccac8b387f8e 481 0.20/1.00 vMB 142
183,760 183,760 00000000000003929cded5d11310e3dd474d6eacfc7ccce03288a9bf79413138 14 0.00/1.00 vMB 0
183,759 183,759 00000000000004a62b16471ce3a3df696992819b4047c2ac0e844b75c4e3e8b9 494 0.19/1.00 vMB 177
Previous 10 blocks ↓
Total Size: 782.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.37 GB
    • Received: 16.21 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.