Loading Tool

Explorer IconExplorer

Memory Pool

46,228 transactions
26.89 vMB
0.06230207 BTC
Random Selection Loading Transactions
Max Size: 142.79/200 MB

Candidate Block

Mining Attempt 60d95c7346282e5924d7aa0327da75f3ab9ca2c8171097f5fae125e14be082f9
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 1970207cfc4fcf032162db5be4dbdb7d42d59adeddb9cf81e04a4315b2ab3724
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,418
Size: 1.00 vMB
Total Fees: 0.01256698 BTC
Feerates: 100.17 > 1.26 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (906,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,493 8,493 00000000eed6a2ca4d16b68cc38d981555de070f46e6673b018f123f0d967554 1 0.00/1.00 vMB 0
8,492 8,492 00000000714d217e19d52f46a9073f2cf20adf99f963e91bbcd3c13ca5a170b5 1 0.00/1.00 vMB 0
8,491 8,491 0000000087fdbfa68b4fa9c6f27f8bc41352b2eed8bc281c4c74e868bacdfbac 1 0.00/1.00 vMB 0
8,490 8,490 0000000006ff36ecbe0777cc448dae54c82182d4cdb3845fb5082289ad6e3626 1 0.00/1.00 vMB 0
8,489 8,489 000000005c7347e53208461ec227ff3ed52741a1adacb9f6e590e96c34cad900 1 0.00/1.00 vMB 0
8,488 8,488 00000000cc38146771a93a6025cffbcbdd26e106a9ce76dbe4c8bd8224e0a05d 1 0.00/1.00 vMB 0
8,487 8,487 000000009b1f8113a6b692738f264a8c2b2615bfc1c68062828d13e3cec82e04 1 0.00/1.00 vMB 0
8,486 8,486 00000000a100c2683a24dce9baa57ea903133e25915b91f8b92fa69c0d24cef6 1 0.00/1.00 vMB 0
8,485 8,485 00000000872ef69168d41555abc68bfe1995e349bf2521093f9babaf95a1fbf7 1 0.00/1.00 vMB 0
8,484 8,484 000000005f8f454363f7fd78dd2bbff401a5d865639fddf48308014a936acd32 1 0.00/1.00 vMB 0
8,483 8,483 00000000bd044e01e409fe3e81f46d347684af1315802b0ace861d869bc818ed 1 0.00/1.00 vMB 0
8,482 8,482 0000000066ecd95009b387adb205ff97f50ace90b8bfd79825346336217b5ed7 1 0.00/1.00 vMB 0
8,481 8,481 00000000bbcf0f70ad511e58f5495e5d508e2150c62d49070f77731cf118e96b 1 0.00/1.00 vMB 0
8,480 8,480 0000000061c6c683046cd91a002a8fd61ddd0ed4ca11667348b04fc50abc8db2 1 0.00/1.00 vMB 0
8,479 8,479 0000000041972e5277b5b27d91bf2661cbad02cbcaba2fcfe70512bb07676041 1 0.00/1.00 vMB 0
8,478 8,478 00000000c47e8c24b8c0fc198f9c3e45d722b6bb6fbab723640e2c429b19ae7e 1 0.00/1.00 vMB 0
8,477 8,477 0000000075e862acce4e5848b4ce79399db17cf0c1d72bb2f49c2bbc7de22a74 1 0.00/1.00 vMB 0
8,476 8,476 00000000ba01b873f18e03b73830aca04d0b86f579d0fd954ec57cab670fa305 1 0.00/1.00 vMB 0
8,475 8,475 0000000018c1efcca692a91d096b44017da704c1c116704cee7e032b9e38397c 1 0.00/1.00 vMB 0
8,474 8,474 00000000c4a3de36e3cfcfc042b3353626ad0a8b7e62f609c989b838a1883934 1 0.00/1.00 vMB 0
8,473 8,473 000000009e77338b1278e3217b90f4a7c88cb53bb01bd666d99f0b89ecdf846b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.