Loading Tool

Explorer IconExplorer

Memory Pool

40,223 transactions
25.78 vMB
0.05100707 BTC
Random Selection Loading Transactions
Max Size: 134.28/200 MB

Candidate Block

Mining Attempt 19ae34f8bb36b5680782129cd04b90e88f84bc63b8a9279621bf96e0f5f1aaaa
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root 730f49f0871673dad4d2f74b543e0e7922f4213e92294747ee1c0106cf565e43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,279
Size: 1.00 vMB
Total Fees: 0.00425987 BTC
Feerates: 40.21 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,760 (79,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,915 834,915 0000000000000000000080ae8f2d568c548308a971613f693df2ab8a08c295e6 2,473 1.00/1.00 vMB 23
834,914 834,914 000000000000000000015e6c4553c7b2ab075a8fd1609919b8a6289db5a35d3d 2,517 1.00/1.00 vMB 14
834,913 834,913 00000000000000000000cf709323a35be6ea6c3a938a2eab9f1cadce785455a4 1,482 1.00/1.00 vMB 29
834,912 834,912 00000000000000000002a3bff3d7e6329b43d9dfccdf455c61233add9441f571 3,010 1.00/1.00 vMB 18
834,911 834,911 000000000000000000031f8899c17a22bdb6f26da2f10aeebac6cc99f7899e9d 2,303 1.00/1.00 vMB 24
834,910 834,910 00000000000000000000ccbdea6e13eb9d3a25bd0088606f2d7c64f557979135 2,596 1.00/1.00 vMB 27
834,909 834,909 000000000000000000009b3dbd31f33c4de151b3587c222909b106911b79471e 2,436 1.00/1.00 vMB 31
834,908 834,908 000000000000000000003dd12c489c75ae4ebcdc71bcfa534013b59c0a109043 337 1.00/1.00 vMB 12
834,907 834,907 000000000000000000009fa48c0abeef81cb7bf2d3fefb6c5bfd369b3cb7b4bc 3,389 1.00/1.00 vMB 32
834,906 834,906 00000000000000000000829413f4cd5737c1609640caa938e34cf3323444b5da 2,429 1.00/1.00 vMB 14
834,905 834,905 000000000000000000027ba2f97360fe4c0b1d9d30426c0505548f6962190a8e 2,745 1.00/1.00 vMB 29
834,904 834,904 0000000000000000000046c023d4c827deeb41cc76db38f0256c44d70ebd93e4 3,682 1.00/1.00 vMB 28
834,903 834,903 00000000000000000000f9443e3284f550903329db9797b851d89aa7c3715cee 3,374 1.00/1.00 vMB 19
834,902 834,902 000000000000000000014c5e955b946dddc42548f16e6837e7a02eeb4d3006c3 2,845 1.00/1.00 vMB 30
834,901 834,901 000000000000000000028673ec3b752527fa0340995b9ea506a119d302a7f6dd 3,233 1.00/1.00 vMB 31
834,900 834,900 0000000000000000000326026c46ada19400819cc911b7ed9c9c6c41efbcdb60 5,058 1.00/1.00 vMB 36
834,899 834,899 00000000000000000002be6cea5af861fd696358ed9dd8b84e81ce595ad62e90 4,547 1.00/1.00 vMB 29
834,898 834,898 00000000000000000002b318b7d29245a8b160cb36cbb41298e454f67a6fb6db 3,886 1.00/1.00 vMB 36
834,897 834,897 000000000000000000033c833f216e3ccb2bcf4b7b48316d80d8ab5ee73f1d3d 3,156 1.00/1.00 vMB 43
834,896 834,896 00000000000000000001653c74edc27db7758a875ea712dfe4a19d056677bf26 4,072 1.00/1.00 vMB 75
834,895 834,895 0000000000000000000029730951e55c5b528f5255cbaa4cd867deec945d6b09 4,545 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.96 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: 647.59 GB
    • Received: 12.95 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.