Loading Tool

Explorer IconExplorer

Memory Pool

23,739 transactions
4.59 vMB
0.02789492 BTC
Random Selection Loading Transactions
Max Size: 35.43/200 MB

Candidate Block

Mining Attempt a07de056b60ae9f1ca9dc2c949f18204fd1ea7d5bd89bcbdad1729dfbc643775
Version 20000000
Previous Block 00000000000000000001368aa9fc9a2c1541a6fe5fc47b9fdd2b41e08af82883
Merkle Root b69730ab41b90ee907453f81e669fad379e9cea0e594cc98dc0fa8ba855af775
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.02387138 BTC
Feerates: 864.09 > 2.39 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,029 (25,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,130 912,130 000000000000000000005131ece4df179688fbf2374a660b249241aa4b1128da 3,886 1.00/1.00 vMB 1
912,129 912,129 00000000000000000001f022a3c08bf7b1484a82b4a5e5f64a55b4e4304048a8 5,007 1.00/1.00 vMB 0
912,128 912,128 0000000000000000000058d9ef7273efdaee7e0cb9cff70288829c8ef063dc36 4,370 1.00/1.00 vMB 2
912,127 912,127 00000000000000000001e2635de4b83bc0a7849fe6424d8a575e1d2b78fd71dc 1,115 0.25/1.00 vMB 3
912,126 912,126 000000000000000000006ff636e2cbb0c78a3e9171b671378f99746d27ac2552 4,432 1.00/1.00 vMB 1
912,125 912,125 00000000000000000001f166a3829d17751cbfde1a84f216a23670a0c61a4ea4 3,407 1.00/1.00 vMB 2
912,124 912,124 00000000000000000001a3be573e406ef0afe9bcc9eb4c7d8a92dde6cffa49d8 2,976 1.00/1.00 vMB 0
912,123 912,123 00000000000000000001b0fab14543ddebfc8da0273946335042e40fb89f6fcd 3,851 1.00/1.00 vMB 3
912,122 912,122 000000000000000000000e1074427bdda5734b2ca2d989111cbce8cc3d1fc972 3,804 1.00/1.00 vMB 2
912,121 912,121 0000000000000000000074e1bad47c1a6c168ea6eb50e62bf6ee54a90244e0a5 1,470 0.40/1.00 vMB 3
912,120 912,120 000000000000000000010daca552dddbb94035e1b01e97ccd7ac753d8b2ba8cb 4,688 1.00/1.00 vMB 0
912,119 912,119 000000000000000000021fe486bfd55ebb06f414e5a0a3885a97bcec11a559cd 3,614 1.00/1.00 vMB 3
912,118 912,118 00000000000000000001f9c4d6854e25bcc8a04d7b440603213415f4d6e926a7 3,177 0.87/1.00 vMB 2
912,117 912,117 000000000000000000006cb72819c7f2c780116bda2025004954b694133a0ec2 3,701 1.00/1.00 vMB 3
912,116 912,116 00000000000000000001f4756d4dc674f2275963bf02643c3785612ff5efa677 3,665 1.00/1.00 vMB 3
912,115 912,115 00000000000000000002028b495a2e5a85a3686eb51975532348ecfb542fda83 5,073 1.00/1.00 vMB 0
912,114 912,114 000000000000000000000b19612143e0e03bd53ec1e6e02b9aa50805f42e9f03 3,266 1.00/1.00 vMB 2
912,113 912,113 00000000000000000000272c53ff290bd39e70740714e5d31a25fdb59521a04e 4,212 1.00/1.00 vMB 6
912,112 912,112 0000000000000000000114ccc096b2807d79f68e8f66c61415cf70ac021da9b4 3,223 1.00/1.00 vMB 2
912,111 912,111 0000000000000000000157f1c5c2d96c59413b9441171610a02980dcf9040cd6 3,214 1.00/1.00 vMB 1
912,110 912,110 00000000000000000000bf5507d62f047b403df72adba58bad9c05d4ea7886bb 3,672 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 823.21 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: 4,078.58 GB
    • Received: 222.79 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.