Loading Tool

Explorer IconExplorer

Memory Pool

18,641 transactions
23.78 vMB
0.05412428 BTC
Random Selection Loading Transactions
Max Size: 111.49/200 MB

Candidate Block

Mining Attempt abbe2cae74449c5232d45b8623e3f70002a2dcfec22c6df4fee279b5747670de
Version 20000000
Previous Block 000000000000000000002f40e0b9cfa776f49c63ee817fe9dd4c3fd293e39dc6
Merkle Root 99edda9820146b02123ac6698295dc84d47b4a9d1c1014300edaded3c5e9e1b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,372
Size: 1.00 vMB
Total Fees: 0.01223538 BTC
Feerates: 294.77 > 1.23 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,298 (894,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,755 19,755 00000000214493e395e8a5c4632b9cee95c28ce766f6d5074ba44241410cc21d 1 0.00/1.00 vMB 0
19,754 19,754 000000007f70b46a3e40d6be398f69ca565a7d3fbedea7f69dd50b0372ed5aeb 1 0.00/1.00 vMB 0
19,753 19,753 00000000779c865a077649141f06991fd8020d84221eb1da8efa6877a0579f3c 1 0.00/1.00 vMB 0
19,752 19,752 000000007cc3ce8322312208664774a539b95189633a4b36974572e6c6a567b7 1 0.00/1.00 vMB 0
19,751 19,751 000000006eb1f3f643723c68b4fd83992961123e8b4ad883314dd8b7701d1805 1 0.00/1.00 vMB 0
19,750 19,750 00000000601b857d2c0b2d0861194552897ad9f90c4425091165c753d1d914b0 1 0.00/1.00 vMB 0
19,749 19,749 00000000d250194709685643e2d66709686ecf3be87f4a2d66db5a7312154a32 1 0.00/1.00 vMB 0
19,748 19,748 00000000abd52f99fb9057a9d39ade2c551bbd945ab39d4908121ee4f9172cf7 1 0.00/1.00 vMB 0
19,747 19,747 00000000911d1c1bbe93baf70996bdcbbe221844e15bb2825c9f31c3967ee0e9 1 0.00/1.00 vMB 0
19,746 19,746 00000000dc245f1173b2f0e1281265029e50780d7f1125efd53baed3fe5b25b0 1 0.00/1.00 vMB 0
19,745 19,745 00000000bfd90ede1493e343ed420a6bdff526a249fb97cac99613f383165c67 1 0.00/1.00 vMB 0
19,744 19,744 000000004bf19fda1cf94a6cb5f89443263eedf7d0688bf2c955b0e37e809ddc 1 0.00/1.00 vMB 0
19,743 19,743 000000000c00bc197206712716aefd18633297162388ec8bac32e19a0e1ab3fb 1 0.00/1.00 vMB 0
19,742 19,742 00000000ecf70f827f5693ba9b3fe037b339551eb91a1f455129c2d0e8c3e18c 1 0.00/1.00 vMB 0
19,741 19,741 00000000fe968445406e5a8966ac51749aa4f8c86d7f933837fcd483a39b7d9d 1 0.00/1.00 vMB 0
19,740 19,740 0000000007a9e2411489786618680442d2884c2b6613c95ceb4be7af3747ff18 1 0.00/1.00 vMB 0
19,739 19,739 0000000089806af980d9745ac8281cf70a077acc687ff34dd524cd4e1b3ee8d6 1 0.00/1.00 vMB 0
19,738 19,738 000000008aa54feb83b2487f98ab3d379d7bdd14bb9ced6dfbb05e0138b1f32a 1 0.00/1.00 vMB 0
19,737 19,737 000000008c67c829a75488aaffc99b289f299c46c7ee4009272757e69885e2db 1 0.00/1.00 vMB 0
19,736 19,736 0000000095f5faece314de36abc826e3db682918fc33e0a739421da3c33f0eab 1 0.00/1.00 vMB 0
19,735 19,735 000000006b5a4c0380ef3ff4b4d8fe82b84105b467ca2f391855a9b6a1c23419 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.53 GB
    • Received: 8.96 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.