Loading Tool

Explorer IconExplorer

Memory Pool

82,451 transactions
31.91 vMB
0.08325105 BTC
Random Selection Loading Transactions
Max Size: 193.67/200 MB

Candidate Block

Mining Attempt 77e333b02b0e229a8a630c7f8d9f7eeb3edd8d2d45915d258595d9c917d03679
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 4c5ba461ce02da0df878b5697e6cdcf39a0bf4d04118fa84e9d8aa54208c4717
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,518
Size: 1.00 vMB
Total Fees: 0.01347451 BTC
Feerates: 73.20 > 1.35 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (288,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,301 626,301 0000000000000000000e2387b28ca3449a63f3e21f1624cd055b4238c85fb7a3 2,804 1.00/1.00 vMB 33
626,300 626,300 0000000000000000000bd936115c2621bc6cdccd93e4a8ac6b736ba8eac6c5c3 2,664 1.00/1.00 vMB 26
626,299 626,299 000000000000000000087a938c5912684e1b3fe4148591fb14bd7d0231269bdc 2,661 1.00/1.00 vMB 27
626,298 626,298 0000000000000000000b10c78af766fe0236905845efd6360a579c72ba3df1e8 2,750 1.00/1.00 vMB 32
626,297 626,297 00000000000000000008ef6de4a9896e7dbcef3a6752a5b3840b93d957953cce 2,671 1.00/1.00 vMB 19
626,296 626,296 00000000000000000006686f4471b0b46f8e4f7f881994fffb1d632181b57903 3,055 1.00/1.00 vMB 17
626,295 626,295 00000000000000000004573751dc963990b5f69ed9e3a2dcf09b673a7e3d4803 1,934 1.00/1.00 vMB 20
626,294 626,294 00000000000000000005fb19765f646fbd8c0a998293318859a86ae9ee2cc2bf 2,229 1.00/1.00 vMB 18
626,293 626,293 0000000000000000001197befc7018333fa9543a66e170564572ed11adb7a13b 2,725 1.00/1.00 vMB 23
626,292 626,292 00000000000000000000452bd00cc3b35fc9d66b253922e4363e9bb8524a0ffa 2,619 1.00/1.00 vMB 28
626,291 626,291 00000000000000000006f4f664cb1abcbe0bbbfa5b7a5f04c8b0e5403d3659a5 2,964 1.00/1.00 vMB 38
626,290 626,290 000000000000000000053ebe9037c6b36cf599b631729c396a4639f2f0adbc31 1,906 1.00/1.00 vMB 5
626,289 626,289 0000000000000000001289d9872d636c2ce2ff477c143744a910e18e849afb1f 2,769 1.00/1.00 vMB 19
626,288 626,288 0000000000000000000484d260d0e14dcf7cba9e99d199f33902c822027057e4 3,000 1.00/1.00 vMB 22
626,287 626,287 00000000000000000003232e6bd0182cd5ccdd31c9975b80144fde2b861f5e48 2,643 1.00/1.00 vMB 22
626,286 626,286 0000000000000000000734a2c8cbb65b6ca5401d13bf5ea80f92384f372e497d 2,742 1.00/1.00 vMB 30
626,285 626,285 00000000000000000010e0d43c6fa088ed17b6ef69190f0708f3df1880cb60dd 2,880 1.00/1.00 vMB 45
626,284 626,284 000000000000000000002447588683935111b48c59c0d0409775a368223dad55 609 0.25/1.00 vMB 16
626,283 626,283 00000000000000000010fd38b8c10e1daa4f83e3086516f0b5288ba3e60e3086 734 0.27/1.00 vMB 20
626,282 626,282 0000000000000000000c1b9a218dadcc536c5310b25e6d8ac8dcb7c361e2f0c2 2,509 1.00/1.00 vMB 5
626,281 626,281 000000000000000000131733139de05709ff7dc2baf4d27fe1511cb88e5b0d87 2,828 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.