Loading Tool

Explorer IconExplorer

Memory Pool

87,948 transactions
33.02 vMB
0.12977443 BTC
Random Selection Loading Transactions
Max Size: 198.14/200 MB

Candidate Block

Mining Attempt a88cd4b395cfab4f2d1382d80dfac191c78fed74c2c9cd479bdbfe7c0fe3212b
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 60b5c60b67bdc5665bdab49ce11f56279be9be9cf81ef5f094d3e2981c7dccd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.04750358 BTC
Feerates: 218.18 > 4.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (471,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,577 443,577 00000000000000000233448c145c958d540bb7ddd41414ba2057a39df7dfc858 1,543 1.00/1.00 vMB 100
443,576 443,576 000000000000000002abae3d0f6f7e72609cb2dff1103aa7f94ce8946e45cbd8 1,296 1.00/1.00 vMB 111
443,575 443,575 0000000000000000002a941c3b99b73b4fbd20d776db3587396bcbd7200db3b3 2,588 1.00/1.00 vMB 103
443,574 443,574 000000000000000002d7818676f353618b7ab7bb0a04f2458d52e7bcea535ce2 2,215 1.00/1.00 vMB 82
443,573 443,573 00000000000000000365bc7196bababbce9d1269e31ca23cfabc8a3542ebf22c 2,676 1.00/1.00 vMB 91
443,572 443,572 000000000000000000d1d73530babeb95017e0d42f4e24f7d3d07bcd8951d163 2,397 1.00/1.00 vMB 82
443,571 443,571 00000000000000000215f8c1ae8f0dbd9c5beea48a29d6a2d1ee5a7b6dfdce7a 1,438 1.00/1.00 vMB 84
443,570 443,570 0000000000000000033879df0d1eda02043f87e7b0ff2547b41c95072dec0e9b 2,527 1.00/1.00 vMB 97
443,569 443,569 0000000000000000009b4826b2edced445fc0bb33923ff836f0bbeeb7c8c6266 2,607 1.00/1.00 vMB 97
443,568 443,568 00000000000000000138351ba8f1ba6060d924cc1ccdc9c5357f6d13f7e087be 10 0.00/1.00 vMB 317
443,567 443,567 0000000000000000024eaa49e01b326da772e20e1b877cac241ae15eafd2c792 591 1.00/1.00 vMB 18
443,566 443,566 0000000000000000008a8f01956e21bab038bbc14f89df9dc69f1ac3251fb540 1,875 1.00/1.00 vMB 71
443,565 443,565 0000000000000000020673dc00eadbbac1d289f96d84bd359f0f7f88c557036d 2,544 1.00/1.00 vMB 88
443,564 443,564 0000000000000000023ec5ca4ec5d44ad1f9f69212ff0b88c5dead0be0e4915b 1,318 0.58/1.00 vMB 84
443,563 443,563 000000000000000000549ba03d5bbe87efa808cf6d8509d45acc15e4ef105072 2,474 1.00/1.00 vMB 82
443,562 443,562 000000000000000001cebb7f3631368c1c06f63de660e43ec5d75573ca887dba 1,913 0.99/1.00 vMB 63
443,561 443,561 0000000000000000017015c94262099e07aa4720d183baca40d7d533777ce315 2,074 1.00/1.00 vMB 54
443,560 443,560 000000000000000002468a22d5a88d1581dfc6f7fd49d54215788b19ef515d01 1,953 1.00/1.00 vMB 77
443,559 443,559 000000000000000002c2b4ce8e108d76c10ba0f0d1c87077168ff355ee623ee5 2,259 0.93/1.00 vMB 90
443,558 443,558 00000000000000000178807513e694eb71fe9d83232339c402bd27f812a38250 453 1.00/1.00 vMB 16
443,557 443,557 00000000000000000074ca998fdde3140aeaeaf460d8340452734b9313b8738e 996 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.88 GB
    • Received: 15.62 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.