Loading Tool

Explorer IconExplorer

Memory Pool

27,096 transactions
5.05 vMB
0.02126887 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.70/200 MB

Candidate Block

Mining Attempt a7979cfbe3d8c9496e879540d68ef6e44a9a11dc9998b68554dc3c3a261f433d
Version 20000000
Previous Block 000000000000000000016ba0886aa719945d17412e265961aba49678f1dc746d
Merkle Root 4d0e462744c0f80c7c7f35a45bd66abc4bc3572abaaeb6ebca56cc0b8cf47034
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 633
Size: 0.36 vMB
Total Fees: 0.00953827 BTC
Avg Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,826 (552,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,691 360,691 0000000000000000137653c2ee5de552ae46b856bc4ffaa98341b6c0d46902a8 0.01 MB 30 33
360,690 360,690 000000000000000003a954dcf90b3bdead6a7c4741e276d4617eaabdffd2127e 0.75 MB 1,670 32
360,689 360,689 00000000000000000120560fd1a54fd89693f1700866f39e195e9de5d8176187 0.52 MB 1,112 28
360,688 360,688 000000000000000010801caaea2fc20281701d49a6bd0860a50f6e9e8840f21f 0.14 MB 271 30
360,687 360,687 000000000000000002aac3d4280f1d1b7b609f4ccf32eed30f6dc0e3b8dede7a 0.10 MB 154 20
360,686 360,686 0000000000000000033131d486af4c452dbe2e856165281adadaf79c8e6d41f5 0.48 MB 1,077 36
360,685 360,685 000000000000000005f55fa34de2c3432ad8dd5a302828443271326f56503106 0.26 MB 273 16
360,684 360,684 00000000000000000a1cd7d3838b5c645bb6038d019034babc2155fb5eb99cc6 0.35 MB 792 29
360,683 360,683 00000000000000001311a65a6d57018420c5b6c9092bd2a0412651064b415bb0 0.21 MB 320 21
360,682 360,682 000000000000000001c636559db879a8cab93abb3f9e41a24c6752b7912285d2 0.31 MB 699 30
360,681 360,681 0000000000000000134822c21b691ada1817ae048ab26527dc45ea0d72c0b3f0 0.19 MB 332 25
360,680 360,680 00000000000000000819b1ddffb0bc0b0d9be7b532d4907e51c791c8c35f6a5f 0.50 MB 864 24
360,679 360,679 0000000000000000112d01008cbed9a894cd8d86282538e15300ed10df8a8268 0.22 MB 499 30
360,678 360,678 000000000000000014598a63853705debc271e590a2fd9a0d0c0def10d377ebb 0.50 MB 1,083 27
360,677 360,677 0000000000000000141c68024b63bea14c863f67bd62cca8fa460e055a6d4cd7 0.31 MB 466 23
360,676 360,676 00000000000000000ad083d7b7eb5bd5a01e7bf16b7005318c9e1f413ad603fc 0.75 MB 1,669 30
360,675 360,675 000000000000000014e02c657d696bb9f5e1311cf5704d32d54a74f2a8d125a4 0.85 MB 1,002 17
360,674 360,674 00000000000000000a369cb9370e0b19fdc5e5abae4d41b49ec0f4a4b59a8d77 0.95 MB 2,556 41
360,673 360,673 00000000000000000e835625b88b2b04beac36096dec608fb9dd5a4facac830a 0.02 MB 71 34
360,672 360,672 0000000000000000112ca7b89f0f76e6023b062abed21327edfb0bbfc47c646b 0.06 MB 114 21
360,671 360,671 0000000000000000116fceb86d39b531e524404282845014ccc4f27379734eb6 0.48 MB 1,040 26
Previous 10 blocks ↓
Total Size: 778.53 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 169.06 GB
    • Received: 1.99 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.