Loading Tool

Explorer IconExplorer

Memory Pool

78,380 transactions
29.11 vMB
0.08160573 BTC
Random Selection Loading Transactions
Max Size: 176.21/200 MB

Candidate Block

Mining Attempt fdea450eaa7c9d342db60dc45eafb2ef9b3f8bbdda71203c4f65367274711606
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 57f79cf2a3b2cc15113487d6d7141a59d2b3d5e1e19f6b10a3fbd90ce360ceac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,773
Size: 1.00 vMB
Total Fees: 0.02079724 BTC
Feerates: 178.73 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (449,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,487 465,487 000000000000000001d57e3b503da93dfea8ffb07210f932f16eda97c80a7646 1,443 0.93/1.00 vMB 243
465,486 465,486 00000000000000000155321514de4c98f9be6c0871f88def31cb0a53e4da3b1e 2,530 1.00/1.00 vMB 189
465,485 465,485 000000000000000002166f20a3fc43e84a51d32d05d08387275be9c437964474 2,512 1.00/1.00 vMB 160
465,484 465,484 0000000000000000009e143b0b7270f65ebaaed9746d7da0768eb7a91369da80 2,116 1.00/1.00 vMB 174
465,483 465,483 0000000000000000011c1ac82c7fd78965bc5e12c5b8a8575cac9de7a78f96e4 2,874 1.00/1.00 vMB 196
465,482 465,482 000000000000000000240b1bf78caa1562543f6908814e9bd92e86540d880614 2,791 1.00/1.00 vMB 259
465,481 465,481 00000000000000000013a45d99ad949e9c0707f00ad3432414d49d5fe501d626 2,540 1.00/1.00 vMB 158
465,480 465,480 00000000000000000128fada00da181aa0c79d3576f1fc31986fde6c4f7f9c10 2,804 1.00/1.00 vMB 220
465,479 465,479 00000000000000000204557029e1bf4c9511744201c98c863dc9ec6c9ee48727 2,772 1.00/1.00 vMB 194
465,478 465,478 0000000000000000016c5d3971474ac7f713007a98365d724bbe9cb2a07c5c42 2,737 1.00/1.00 vMB 160
465,477 465,477 00000000000000000127b072477d8c01585518f7e9a2ccc4e9c60192e695149c 1,785 1.00/1.00 vMB 160
465,476 465,476 0000000000000000000e505d34c6b670ee69674263d53cc67721f90470c82932 2,584 1.00/1.00 vMB 211
465,475 465,475 00000000000000000050cc1439d516a42b20e56e517e2fccf9974306a4a90514 2,451 1.00/1.00 vMB 184
465,474 465,474 000000000000000000fc7535531427eabf1df0efab500b5d9206ef9db3ad8d94 2,694 1.00/1.00 vMB 283
465,473 465,473 00000000000000000104e33927c23c718a2e75bb72f5847aa1e234f76b820cba 1,822 1.00/1.00 vMB 161
465,472 465,472 000000000000000001cb21ef33483f8d272df8be293c9f7e3fb033e06feeaf46 2,736 1.00/1.00 vMB 225
465,471 465,471 0000000000000000008e7aaa292016b26dd6f3e6c0a6d8d45ca5acda06719b0a 2,770 1.00/1.00 vMB 244
465,470 465,470 0000000000000000004b30d690f6c977e4be981599887b6f71169648246afaff 2,514 1.00/1.00 vMB 170
465,469 465,469 000000000000000000b8e468a2ec0b561c26243a972f5192a63a449a9a662b85 2,244 1.00/1.00 vMB 168
465,468 465,468 000000000000000001d500412a37c747cd502910d3ba777a09f831692c4bce21 2,587 1.00/1.00 vMB 215
465,467 465,467 000000000000000001fc87bbb26d20ee468a812374d38a3cfb2b819348785353 2,112 1.00/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.68 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: 677.94 GB
    • Received: 16.44 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.