Loading Tool

Explorer IconExplorer

Memory Pool

79,391 transactions
30.36 vMB
0.07717992 BTC
Random Selection Loading Transactions
Max Size: 184.40/200 MB

Candidate Block

Mining Attempt 52fd1e9ae95cd25997a57ce79ce79f00734d760a824a06ae30bbf37bb0b515be
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 9a88e43238cfb7da276dc8ffa30e025431a6c3dea1e7f1c80adbd2c77b3dcf9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,921
Size: 1.00 vMB
Total Fees: 0.01248550 BTC
Feerates: 351.58 > 1.25 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (507,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,891 407,891 000000000000000004598f9f50532078b45f73630f70ea6270b3d9e0320d1bd2 699 1.00/1.00 vMB 19
407,890 407,890 000000000000000000b1077788a3f0d2aa84f3bf2f2db1c82f08adb9ca5697f7 1,769 1.00/1.00 vMB 32
407,889 407,889 000000000000000005b641cbac4f58c0c3433271e1bc195b98b25c12a0bd2a78 983 1.00/1.00 vMB 21
407,888 407,888 000000000000000000a2d3df88b2f6c4be1dffa218c26d1b190c448c10678f89 1,168 1.00/1.00 vMB 27
407,887 407,887 00000000000000000624dcabab29c863ed675cce52803c35ae9177243fc46bba 1,631 0.99/1.00 vMB 33
407,886 407,886 00000000000000000202abd469a60e8c226585de4d12f038b5d9e06157d8e809 1,545 1.00/1.00 vMB 28
407,885 407,885 000000000000000004a5ed254ce482d34b1b0132bda9f6ad29e3395bcd1f3b39 2,240 0.93/1.00 vMB 39
407,884 407,884 000000000000000000bfd5dd44e7393187e4ca6ae90195efe47350216db265bf 2,637 1.00/1.00 vMB 61
407,883 407,883 000000000000000000d99dcbd3781f273b288695586bca9b8f34ca8e3170f9a3 1,058 1.00/1.00 vMB 21
407,882 407,882 00000000000000000064c558c657017b248ebc9c094e9bc48ea6719dd6289cd2 1,800 1.00/1.00 vMB 34
407,881 407,881 0000000000000000009d9737b1f574a47397d0dfa02528d49ec130c150657bcf 2,309 0.99/1.00 vMB 30
407,880 407,880 0000000000000000022bc311252782d74a633d3dbda0bda47232f16d6dd248e7 3,006 1.00/1.00 vMB 68
407,879 407,879 00000000000000000286e4bc293524d512a869fdc52ce4fefd9bc06b3fa8b20d 2,661 1.00/1.00 vMB 38
407,878 407,878 000000000000000000f01f8794757d9185a2bf34a263916b6691eff3e455a3e1 3,274 1.00/1.00 vMB 90
407,877 407,877 000000000000000004b289998dfe07a41e93655b1365eb62f3bfda595612ea39 1,011 1.00/1.00 vMB 24
407,876 407,876 0000000000000000015f6bc61f1cdc5008eb46ac7127dd64f97f7cd2515c2418 1,636 1.00/1.00 vMB 22
407,875 407,875 00000000000000000337a6d4283da0f5b30fb7db37324395a0162781e03d57c2 1,777 1.00/1.00 vMB 33
407,874 407,874 000000000000000002b2dddeca438ee0cb06fda43e140183ca91dcbbc241eb4d 2,847 1.00/1.00 vMB 43
407,873 407,873 000000000000000005b26d392fc6fb930b86ca28f7928daf7fc68feeb0948884 1,867 0.99/1.00 vMB 33
407,872 407,872 000000000000000004a7b3f88fb05574bbb3c1095ee2691a074d30f39e433ae3 3,140 1.00/1.00 vMB 63
407,871 407,871 000000000000000006145864e2e0f0d5ba773cc19ad462eec6cc38adcace6a8f 2,396 1.00/1.00 vMB 45
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.61 GB
    • Received: 16.74 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.