Loading Tool

Explorer IconExplorer

Memory Pool

81,310 transactions
30.82 vMB
0.09250416 BTC
Random Selection Loading Transactions
Max Size: 187.67/200 MB

Candidate Block

Mining Attempt 0d473d5e9aded4bfc1ea1fb6ed0b20d974afa8a1affd2f1430f7eb2fe2b16653
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 996754ff4b3e15191a6aaf371e0edf75c6ff664a117a9aa7a7fe1de403159cb5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.02105482 BTC
Feerates: 151.12 > 2.11 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (38,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
877,277 877,277 00000000000000000000555551cfa6b97e9d6c221999f7db644648f0250229ad 2,053 1.00/1.00 vMB 6
877,276 877,276 0000000000000000000289e6bc1e6f0d601351f1a88b1c32b9ea5fbe315acf10 1,842 1.00/1.00 vMB 3
877,275 877,275 00000000000000000001123c260e226a3b4fbdcbdedc19bfd02cb7028da0e113 3,145 1.00/1.00 vMB 4
877,274 877,274 00000000000000000000ba1809d7460ee80cf2ec2cb150f1f564bfff4347aa0c 2,172 1.00/1.00 vMB 4
877,273 877,273 0000000000000000000255ce216fba86c206c9b26cb5a1fc43411e50ec49d093 2,740 1.00/1.00 vMB 6
877,272 877,272 00000000000000000001a70f9f8e0ed9191bba10f97c0a8e584008f5daf4504b 2,961 1.00/1.00 vMB 7
877,271 877,271 00000000000000000001b524dff732734138764f9a23410f22f98b29d5c68766 2,928 1.00/1.00 vMB 10
877,270 877,270 00000000000000000000c4c4cfd19096d9cafc392fcbcad45d1e62d54314ce0e 2,348 1.00/1.00 vMB 2
877,269 877,269 000000000000000000004bc4284bc9d610bc9bdabf1c5b905c8f6c0b7736cc64 2,637 1.00/1.00 vMB 4
877,268 877,268 000000000000000000025dd1a12d679cd6690bdc67336406967ac5b2bf2014f0 1,672 1.00/1.00 vMB 2
877,267 877,267 00000000000000000001dc7ec45a268a8d5077f82a84d6e8cdc5d6f38988fcc5 2,434 1.00/1.00 vMB 2
877,266 877,266 0000000000000000000236001919e01610a3d775ba942b904b712f466baa31c7 2,059 1.00/1.00 vMB 4
877,265 877,265 00000000000000000001cb79f8d4e3b6673d13970265de1ef3100fb3a244ad65 1,362 1.00/1.00 vMB 3
877,264 877,264 00000000000000000001a67a6ac2b1d20553b5920894691b6cbdf42ba243448d 782 1.00/1.00 vMB 3
877,263 877,263 00000000000000000001dc93c4f86ef1a622fa9b3bbf748edc98e1104d79277a 1,863 1.00/1.00 vMB 4
877,262 877,262 000000000000000000009821dfc899029a1c91193667078ca010c5e71308c0d8 565 1.00/1.00 vMB 3
877,261 877,261 00000000000000000001ce5b624ef2a2ac0b46dc5777e1700d0d48ebf83d5304 1,072 1.00/1.00 vMB 2
877,260 877,260 00000000000000000000060abcb9d8ab8369a68cc1bccf6c341a312a9037cb25 2,956 1.00/1.00 vMB 6
877,259 877,259 000000000000000000017866cb07bbbfe690d09f95a6bb70b72e99687a684629 3,083 1.00/1.00 vMB 8
877,258 877,258 00000000000000000000068e416dc174bbfb909887df9b23a825af98305e457b 1,119 1.00/1.00 vMB 3
877,257 877,257 000000000000000000010e9b8ed3ca803c6f71803e45068d38e98e80e3a1b183 2,721 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.