Loading Tool

Explorer IconExplorer

Memory Pool

45,520 transactions
28.78 vMB
0.12784015 BTC
Random Selection Loading Transactions
Max Size: 152.41/200 MB

Candidate Block

Mining Attempt 1f95d284119719b38ae1a00d4d04d474045513ce424ed36412b02a3f7202ba78
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root a0ec4602c64c0c09de066a13fb932fe1c20f20660b7ea750c6e3b13633050680
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.07255747 BTC
Feerates: 301.60 > 7.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (902,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
12,576 12,576 0000000079de6fc0fae96a59529ea527f3244cfa7a4aa3f07fd4c0ffbd6eec03 1 0.00/1.00 vMB 0
12,575 12,575 0000000099f0d94443c6dcf0a7ce8d7637edb6fb6e0e1c1bf25d34424a9cfad1 1 0.00/1.00 vMB 0
12,574 12,574 0000000032c9f1f2c3c8b9fd5c451b9b3101219ba5e01b505ec9fc70fb6d36b6 1 0.00/1.00 vMB 0
12,573 12,573 0000000092f07f43a426a6925324dc6e759b82ead91436f60eb54329b0bb250f 1 0.00/1.00 vMB 0
12,572 12,572 000000009cb9ee385004cc5223df5f2c25d8acfa58d80bc25e483c6f2311c26f 1 0.00/1.00 vMB 0
12,571 12,571 0000000047ca0b9731bfbdf054584c584cd3f6f04d4a862ae50b55f3a575ad5d 1 0.00/1.00 vMB 0
12,570 12,570 000000006d75524ffa7fe60a3d8208c0fc6d5555cb381855605e7334f90feed3 1 0.00/1.00 vMB 0
12,569 12,569 000000005f710680358f7f5c3634f605fd28f49df3b5314e7a7471126df21cc6 1 0.00/1.00 vMB 0
12,568 12,568 0000000071f3e127363a79a05d1eb53f6089753c95cac481ec73098600608fa6 1 0.00/1.00 vMB 0
12,567 12,567 00000000c89d5a4b07d364156d6b725d87a2431654d5fff8ea2f7078f7d04455 1 0.00/1.00 vMB 0
12,566 12,566 00000000822e24db32a556f89fbdc552d862355ad3a76c78edc6d77feca000e6 1 0.00/1.00 vMB 0
12,565 12,565 00000000700ebf46001f7492b87e02eaf46630fa1ac59ddefb61aed1d6d2bd73 1 0.00/1.00 vMB 0
12,564 12,564 000000003f097834f0762a77550dfedec2c8109291480850f8ad8ac6abd2c86e 1 0.00/1.00 vMB 0
12,563 12,563 000000005b70e100cd670a9cb9225ce261211b26dee5fef87e12e984dc058e41 1 0.00/1.00 vMB 0
12,562 12,562 00000000c67f441cfa03008da0d8c2f15efb671bfa53df6bdfa17bf8a033217e 1 0.00/1.00 vMB 0
12,561 12,561 000000006fc33794e51f4953887e588b0f21ebe428216236926c022d6de629bc 1 0.00/1.00 vMB 0
12,560 12,560 000000009a47ec44cb75738811f22705708cfa7339b5bd77e9c88a0e0fb4466b 1 0.00/1.00 vMB 0
12,559 12,559 000000000aa565856ad95d2ea1447f5202b62eb7edfdfa463612ccf681356015 1 0.00/1.00 vMB 0
12,558 12,558 0000000038603a059892ca9b85f65f81bc9893a3f07218e5cbf4390f4c706867 1 0.00/1.00 vMB 0
12,557 12,557 0000000009211c7628f5a6170e9eed1112c402322c46a3c3da1f78b61aa26958 1 0.00/1.00 vMB 0
12,556 12,556 00000000faab65067a6d6863c58f7d234402e4b48898cd9daa4c2d51c81e41ea 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.