Loading Tool

Explorer IconExplorer

Memory Pool

82,701 transactions
31.50 vMB
0.09008893 BTC
Random Selection Loading Transactions
Max Size: 191.30/200 MB

Candidate Block

Mining Attempt b5dfcdf45d4d84d1f2a912ed923db554e612b106a66a0ca39de235558f8e051a
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root d8b516ec139f74b214975c273050fc6bb60be3d926e75948d423321fc4ee5066
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,130
Size: 1.00 vMB
Total Fees: 0.02180140 BTC
Feerates: 100.18 > 2.18 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (102,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
812,938 812,938 00000000000000000000a8b3cf97cf5fcfdbdd916907efe06badb51426aca455 2,397 1.00/1.00 vMB 14
812,937 812,937 00000000000000000003a04a5f7b92d60ed7b540e255d1e88ae3627b04809e64 1,194 1.00/1.00 vMB 10
812,936 812,936 000000000000000000043b3618dbd627a21f5c9038d9243c91f031cfca149d2c 2,713 1.00/1.00 vMB 16
812,935 812,935 00000000000000000003e7d8f9aa467d4d35e3cdc86e4fb2a93423c84ec4f735 3,635 1.00/1.00 vMB 26
812,934 812,934 000000000000000000027a5513d4c1c646bbbda8dfcb9d41eda1c19c67751e4d 542 1.00/1.00 vMB 22
812,933 812,933 00000000000000000000a7efc4e7f306e2318f1efa9d93fcc3e0996d98855356 866 1.00/1.00 vMB 24
812,932 812,932 000000000000000000000bb25e4b876fb5f65e2d611da00bfef5c1971f3d4841 1,980 1.00/1.00 vMB 11
812,931 812,931 000000000000000000005d5d7defc9015b228ee6c6cbe6b8bc808c414bd54d3c 2,157 1.00/1.00 vMB 13
812,930 812,930 00000000000000000000bb183f9ddc572b1c2be46c2c6d21fcdf5fa0e991442c 2,116 1.00/1.00 vMB 11
812,929 812,929 0000000000000000000459b235399632c12ebe8928a0552331bbac430ea9fde0 2,337 1.00/1.00 vMB 18
812,928 812,928 00000000000000000003899dde8aa655315c8cc088dfb42c215142d04ca7a8d9 2,573 1.00/1.00 vMB 16
812,927 812,927 0000000000000000000212a60a49630b23a37189d28416f3c1d930e39a80189c 1,511 1.00/1.00 vMB 6
812,926 812,926 000000000000000000036113de765f0257a81c3d221780774ccc24347147ee8f 2,766 1.00/1.00 vMB 15
812,925 812,925 0000000000000000000151c329b2327bc92464b8d913d523d4345ec55b986434 2,440 1.00/1.00 vMB 10
812,924 812,924 0000000000000000000034b770ddb0847397b5376863b1a4f5a8620d2ed6f5ef 2,560 1.00/1.00 vMB 15
812,923 812,923 000000000000000000042e36a59601dc794f30a48e0cb4c32d46e8358997e344 3,287 1.00/1.00 vMB 26
812,922 812,922 00000000000000000000d19ef45a2dd3ab85e3e92476688994a0bf591cedf2d4 1,744 1.00/1.00 vMB 17
812,921 812,921 00000000000000000002d782c3b93ac2d220442d1fd49dbf873dcada7d26ce93 3,846 1.00/1.00 vMB 20
812,920 812,920 000000000000000000025bf9e9b8f772d0840d9d0aabe76aa353a66c2bd737a4 3,528 1.00/1.00 vMB 30
812,919 812,919 00000000000000000000aafe598ea98cff2338f9d8ec7a579a7982ab9be6f7e9 3,208 1.00/1.00 vMB 30
812,918 812,918 00000000000000000002e0eb53156c4f4839f788d6e0691f9e3528deeb544459 1,725 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.