Loading Tool

Explorer IconExplorer

Memory Pool

36,893 transactions
28.28 vMB
0.05947691 BTC
Random Selection Loading Transactions
Max Size: 142.55/200 MB

Candidate Block

Mining Attempt 5a60e5ab4208603abdde97acfcf283bfe280248260965718263aeb30619f0b6f
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root dc63ad8e2b9bad377422bb023d57c1b1518ed0af9245ddb30cbb4bdc929e02a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,617
Size: 1.00 vMB
Total Fees: 0.00506581 BTC
Feerates: 100.84 > 0.51 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (678,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,997 235,997 0000000000000162ac56e9c356b8680f5206aa3ce4ccf696be96904bf7b0babb 907 0.47/1.00 vMB 1,863
235,996 235,996 00000000000001143416e91a33b0f735354ffa413c835dfe5a554e3b6b5c1964 166 0.07/1.00 vMB 89
235,995 235,995 0000000000000135a19291f4b940d636ba2c2c0febc9f2a5a3195f32706a55bc 5 0.00/1.00 vMB 0
235,994 235,994 00000000000000db0ed151a82f7f1e375b69a97ad2b45f25e47597cfc965c1e1 725 0.25/1.00 vMB 216
235,993 235,993 0000000000000061a4dfd6b3fb82f411c46f3752525d69f4ca7091cae00df422 4 0.00/1.00 vMB 69
235,992 235,992 00000000000000a56e001a793e483ca3c12c0043318242f5969d66f5746492de 43 0.03/1.00 vMB 100
235,991 235,991 000000000000009f20ef12e0b31fb03bee6c43d03a643184433b24edbb5e41f4 133 0.25/1.00 vMB 16
235,990 235,990 000000000000000fd63db1fa3f0bda5815a7463a53e04d7979623c6e324c2ce6 425 0.20/1.00 vMB 164
235,989 235,989 000000000000007e8f5547c96bcb208feea1cefe1fd0882aeeffa5eb7c95409b 248 0.08/1.00 vMB 63
235,988 235,988 0000000000000154aee110c0dafe9fcdf7ed062a3d55c0538f248a96caeacbb0 277 0.12/1.00 vMB 157
235,987 235,987 000000000000011bea532a671bceeb2aa31072c9e9ba8eb5e26a993f11584ced 197 0.24/1.00 vMB 45
235,986 235,986 00000000000000385de9faa268da4bf6883fdc1d944b9674157221c48d9d8eed 548 0.22/1.00 vMB 193
235,985 235,985 00000000000000221a090c23ef4cfd33e495c90ffb7b194e1d08b60ca6c19421 292 0.10/1.00 vMB 95
235,984 235,984 0000000000000038fce880232a31a57a970050d9307aac2b8a593f184490c592 446 0.21/1.00 vMB 152
235,983 235,983 000000000000010d5dc97dd378798d97b3ed583c793b883ea25c0b062be6ec5f 538 0.24/1.00 vMB 1,735
235,982 235,982 000000000000003f9432127c85dcb06ff67c78851041d1b78465825b16d4f86d 262 0.16/1.00 vMB 125
235,981 235,981 00000000000000274ac5f0f2f0d8dbb7f0ebdbeae675f23e364cd2b0bef188fa 397 0.23/1.00 vMB 169
235,980 235,980 00000000000000489a5b8cff6dc87891a9f035e541fc1e8216d264215ae82b89 644 0.25/1.00 vMB 219
235,979 235,979 00000000000000447f4794c547e9f4f0daf76f7325473f4b5fbf4467145ba8f4 33 0.01/1.00 vMB 53
235,978 235,978 000000000000017edb112cd667fa1fd8b4d746eea4f39136c5fa2c7a97ef7940 322 0.14/1.00 vMB 184
235,977 235,977 000000000000000d5bef1cb21bb13acd24387147ec5c9f46b1623ef028f3fd50 151 0.11/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 781.58 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: 622.95 GB
    • Received: 11.40 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.