Loading Tool

Explorer IconExplorer

Memory Pool

77,047 transactions
28.62 vMB
0.06456623 BTC
Random Selection Loading Transactions
Max Size: 173.66/200 MB

Candidate Block

Mining Attempt 13e34822428b613a4c98d736f85ebd1f827f994bbd5ded9178337e78e4e1c549
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 72b92e2b25782ecf55c21da016d3b164b8db120d191f54ab1860710b99c2bae5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,673
Size: 1.00 vMB
Total Fees: 0.00521041 BTC
Feerates: 100.28 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (491,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
423,575 423,575 000000000000000002ccaf699cfefe39d2b49754c53d38af0f06d98837e67916 2,313 1.00/1.00 vMB 50
423,574 423,574 000000000000000000a45624047cfb24d80db48277d072725c1b136e5c48df00 2,529 1.00/1.00 vMB 85
423,573 423,573 000000000000000004a8fdb2df1a22065296729d48f54c1b306ba0ceb4a47fd8 2,704 1.00/1.00 vMB 76
423,572 423,572 0000000000000000019b653562ee66f4f34633e71a2738f05ec53ed5c37ad296 164 0.99/1.00 vMB 3
423,571 423,571 000000000000000003bf36ce15d4791e95026b87ec945d14b09b6ac5b25e0aff 84 1.00/1.00 vMB 5
423,570 423,570 000000000000000004c4ea0004df513c5e2e57a8636bf767c3782327eea7883c 2,126 0.99/1.00 vMB 60
423,569 423,569 0000000000000000044044f4beb1f7a86eaca2be599ffde7f004d7fe1542e2aa 1,485 0.95/1.00 vMB 40
423,568 423,568 000000000000000002d140e959fab16866df938095dee53ba0dd31fd611a6a7e 2,024 0.96/1.00 vMB 50
423,567 423,567 0000000000000000032ea71d1bea29b7c09a68b68152469f7ac6fa87e0c76d4d 1,704 0.75/1.00 vMB 60
423,566 423,566 000000000000000003b3fead81c7096261752b81358a1c06af3b42d9c682144a 2,135 1.00/1.00 vMB 67
423,565 423,565 0000000000000000006b98dead3d1ea95c6f4d54c20799a6d13a809743bad069 1,529 0.99/1.00 vMB 42
423,564 423,564 0000000000000000011b977e80b2d0ba36980e9f6caf3f3fc867ebf74f9da255 664 1.00/1.00 vMB 18
423,563 423,563 0000000000000000044160b65a162edb4f3488e7afd588147086df49fe6ad134 49 0.01/1.00 vMB 55
423,562 423,562 000000000000000000cb6f0ed5e09a91381235f03b73091b1447d257d8f5cb64 516 1.00/1.00 vMB 15
423,561 423,561 00000000000000000464b83b2fbde49a9cfd910f9520986fecf876ed71c5b934 2,565 1.00/1.00 vMB 64
423,560 423,560 000000000000000004cbef0311e0f5efe337c1e0957a0669eb8f71276c74234b 2,254 1.00/1.00 vMB 59
423,559 423,559 0000000000000000041b53dcc129acf93059683d8b850437ea1728f9edbdd8b0 980 0.41/1.00 vMB 54
423,558 423,558 0000000000000000006a8a81df4eb7cfd377358ec2bde78dae85c6aa18023bdc 1,153 0.42/1.00 vMB 57
423,557 423,557 0000000000000000053773a29a0d9657b7b39cdd489d6bc3f7ae4c45b87f5592 1,244 0.50/1.00 vMB 55
423,556 423,556 0000000000000000045a7a9fc94bf7d4bf970c884fcd5f425c3a99d4d3099017 1,679 0.69/1.00 vMB 55
423,555 423,555 0000000000000000040c8bcde4a57e5c5bca80f6610f44c893bb804a60b0ab2d 485 0.20/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.