Loading Tool

Explorer IconExplorer

Memory Pool

43,647 transactions
28.12 vMB
0.07517257 BTC
Random Selection Loading Transactions
Max Size: 148.45/200 MB

Candidate Block

Mining Attempt 087efa98e9af10ee36e68655c1a53c8be9e227e9da3640a1aa7be734d5dcaa8d
Version 20000000
Previous Block 000000000000000000006d9cca170a6dca76a62d52ce159ce88e03787eeaed6e
Merkle Root a7ea4926c7bdd2947d44c6c8ad846f3c94f8042c892e2ea4f5f43c5a3e2bf22b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,679
Size: 1.00 vMB
Total Fees: 0.02207243 BTC
Feerates: 100.30 > 2.21 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,833 (301,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,897 612,897 0000000000000000000f1e689f7f2054dc404d9f7458d2d8fe07c3a1193b1346 1,124 0.31/1.00 vMB 19
612,896 612,896 0000000000000000001056e120a355c4620c4c7ac7a03eaabf436e420251d573 259 0.08/1.00 vMB 22
612,895 612,895 0000000000000000000de352f81966168ee0087037a5cef7d97155beb92d713f 2,563 0.89/1.00 vMB 17
612,894 612,894 0000000000000000000ee604253cb3ca489f7e4794892ec681f9d3b6aaf157f4 499 0.17/1.00 vMB 20
612,893 612,893 00000000000000000000c161ae3719c018eb35da44af9d37c6e2df1926003d1c 456 0.14/1.00 vMB 25
612,892 612,892 00000000000000000009a59520251efc5c24d1cbfcd8d654e0719bddcc9522dd 348 0.11/1.00 vMB 19
612,891 612,891 00000000000000000009bb22550b5e0fd87f8a085eea199757a8b603208f4716 107 0.11/1.00 vMB 17
612,890 612,890 000000000000000000036847439952e64882e31bed61bf9ad02689907f667955 1,256 0.56/1.00 vMB 17
612,889 612,889 0000000000000000000ac89d7ea0f23320502bfb0842e8f883c1bb921f770c4a 557 0.20/1.00 vMB 25
612,888 612,888 00000000000000000008f510c0a14e1cfa6c698234ff82940bc1189baf3388b9 1,114 0.30/1.00 vMB 2
612,887 612,887 00000000000000000006f0cda4ebba89bff269253953641e4286df764af5b9c3 2,719 1.00/1.00 vMB 22
612,886 612,886 00000000000000000003e93de39f41beeab3ea6f1ed85e466b0a7bea935b342a 2,348 1.00/1.00 vMB 8
612,885 612,885 00000000000000000005a67611592773f15efba6f4670d33cbd6ce3e61917bb2 2,828 1.00/1.00 vMB 18
612,884 612,884 0000000000000000000ae355cdbffba9784f35126a6c270d4e3406cc39689d3d 3,028 1.00/1.00 vMB 32
612,883 612,883 000000000000000000071fbc764c9cb4629ca444fdfaedbd7cce2cb809e8cc47 2,351 1.00/1.00 vMB 22
612,882 612,882 00000000000000000000ffa1037ac6dbc25ba17ad4a38b0ede67fb325172012d 2,040 1.00/1.00 vMB 22
612,881 612,881 0000000000000000000a678a5efe1e0dbb3f2820d28ff34402c054c0c44a8533 2,917 1.00/1.00 vMB 26
612,880 612,880 000000000000000000017212c526b19deb4967fd61f7701d7e7c2001a4b24560 1,313 0.45/1.00 vMB 21
612,879 612,879 0000000000000000000a3e8dd2ed9e23c7d5ef284f302be9f25a0565b6d8059c 334 0.13/1.00 vMB 19
612,878 612,878 00000000000000000000917f1de38f8759bd9b6853ca9fb945212e86ab3a06d3 2,183 0.86/1.00 vMB 17
612,877 612,877 00000000000000000005da5bfc2efc5b2b86fc18d99424e61af4e8fe47811691 1,048 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.10 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: 651.63 GB
    • Received: 13.60 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.