Loading Tool

Explorer IconExplorer

Memory Pool

34,263 transactions
27.12 vMB
0.05542987 BTC
Random Selection Loading Transactions
Max Size: 135.58/200 MB

Candidate Block

Mining Attempt 8fdd3bcc84434468f616a06a6d7f52b824f2fc4d40af70617ea148cee898d204
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (440,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,105 474,105 000000000000000001114e557aa5ba5e401e0c8229c67580453a9cec0d766d04 249 1.00/1.00 vMB 14
474,104 474,104 000000000000000000d4c7ebac09f7f4bd42fcdd04c80f506d1b41dc6002576c 1 0.00/1.00 vMB 0
474,103 474,103 0000000000000000013220055f5d4502148863b8238ffbc0b4945858ce17ff44 799 1.00/1.00 vMB 55
474,102 474,102 000000000000000001349f98efb9595ed48e6fb10a43f961039a1c3f96f37d58 1,128 1.00/1.00 vMB 109
474,101 474,101 000000000000000000914c3d0ea2560dd0a3484eb506d023a236fa0f0fb67a1c 1,714 1.00/1.00 vMB 290
474,100 474,100 00000000000000000003af70df9028fa38272b7ed4a31badbfdb3c4e03e51b4c 1,739 1.00/1.00 vMB 305
474,099 474,099 0000000000000000010842f940f8d5a108068d3a006bbf8a7e07ebed58d97e20 1,631 0.81/1.00 vMB 101
474,098 474,098 000000000000000001120bcb4112c8a8b71444ed7d1ea3ffd90cce22f208eb36 1,673 1.00/1.00 vMB 251
474,097 474,097 0000000000000000005f849bea58cb2a02a96a9a12854d4ce0ea24daacf6fec3 2,315 1.00/1.00 vMB 451
474,096 474,096 000000000000000000d1fcb6925bcfba671084b74f20c75dd2ffd66c3bfcccb3 760 0.37/1.00 vMB 219
474,095 474,095 0000000000000000000e9d6c8d6eda04eec6d9d10479498cce2e939abb624e8b 1,709 1.00/1.00 vMB 108
474,094 474,094 000000000000000000fcd8a4d67f35742a0174bfb4f865f0d5bcee3dab82286d 2,083 1.00/1.00 vMB 202
474,093 474,093 0000000000000000003e0c0340b8dac1af7f21d01c99e9715de607f4866f24fb 1,989 1.00/1.00 vMB 185
474,092 474,092 0000000000000000003bc12bcbafe001559cc234932099168b1153fd70cd8dad 2,787 1.00/1.00 vMB 392
474,091 474,091 000000000000000000c1865dc1cada76dec1f2f6b69bae4e075453a0c7a07aaf 1,957 1.00/1.00 vMB 144
474,090 474,090 000000000000000000174ce319122fc3636c1694a6e80ec3fee5b00b4c96b7d8 970 1.00/1.00 vMB 107
474,089 474,089 000000000000000000073142a6bd661652be85b79431b742f4befd86f3616934 998 1.00/1.00 vMB 174
474,088 474,088 00000000000000000045fa3492aee311171af6da7d05a76c6eaadab572dc1db9 1,504 1.00/1.00 vMB 221
474,087 474,087 000000000000000000d7db8a171c8da0055831c3ceda46da7e60392462e8cac8 1,960 0.99/1.00 vMB 237
474,086 474,086 000000000000000000501ec32155267108a238464f64f237ae063fe6c674094f 2,391 1.00/1.00 vMB 347
474,085 474,085 0000000000000000005c328d2de89d78c4dcf5e6a53117a8908b64b91a98f1c2 2,360 1.00/1.00 vMB 385
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.