Loading Tool

Explorer IconExplorer

Memory Pool

74,810 transactions
27.63 vMB
0.07636078 BTC
Random Selection Loading Transactions
Max Size: 168.45/200 MB

Candidate Block

Mining Attempt 0ec7256febe1f38b0d31aa9dda6cefe29d34ce8cec4d06f7c0e7008133266b7e
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 675a41091df37a50b781d78c69b6bbe912ef614b1205c2abc107d8ada6fb1b90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01715716 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (519,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
395,577 395,577 000000000000000004aa6c952519862d9e8150b00d1971657f58ffba7cfdb545 2,415 0.95/1.00 vMB 55
395,576 395,576 00000000000000000888b166af71d8c81a01bad2013f136ce0a30cb185572e31 1,555 0.96/1.00 vMB 27
395,575 395,575 000000000000000003ec97344d75702f1b39f97eda9050961ecb29483cb6e18a 2,182 0.75/1.00 vMB 58
395,574 395,574 00000000000000000799f9f7d7d031dff18d036428f5c4ca288c8b589b4be48c 332 0.23/1.00 vMB 30
395,573 395,573 00000000000000000836a8f743ecea3c1b526a2dec9d22c68dc066f52f363142 1,096 0.58/1.00 vMB 61
395,572 395,572 0000000000000000041737982a456bc9cb589db1d5f6942706b0aeadced25bd1 2 0.00/1.00 vMB 0
395,571 395,571 000000000000000006c4cee12d1e7e00b8a42281f958b04f48990457191c5920 779 0.62/1.00 vMB 20
395,570 395,570 0000000000000000079a080c2f2bc5552d4f471131af357bf34bb6787f35ea4a 2,550 0.99/1.00 vMB 56
395,569 395,569 0000000000000000020117ba2d32744130836eccfbe2d4a45f1cc53e98a33ac6 107 0.07/1.00 vMB 221
395,568 395,568 0000000000000000061e38dde955283eb03fa9e9a4639b3e54e0b6a779efb7da 147 0.15/1.00 vMB 11
395,567 395,567 000000000000000003aea3c406a0e29124c0697f7ed8a4ec54724ea14dafb403 1,320 0.62/1.00 vMB 38
395,566 395,566 000000000000000006a4b72ca4bd3902773a81ad371473e1dc2995e4d132ab25 1,427 0.65/1.00 vMB 38
395,565 395,565 0000000000000000084143a2fc4755eb4de6b65f7a2a00180ad8dd0bf28ea535 110 0.05/1.00 vMB 34
395,564 395,564 00000000000000000886bd86cd64fa3c12a415a689051992f85d97f22e4d9d18 290 0.14/1.00 vMB 38
395,563 395,563 00000000000000000589716eccf43348c7c2bdc1b8932b3ccc3b1e0e12633b87 1 0.00/1.00 vMB 0
395,562 395,562 0000000000000000001862c1dd21a37cae6d0e2b50f9cf4876eb68804b82380f 1,039 0.88/1.00 vMB 25
395,561 395,561 00000000000000000251ba93fff60f43967cc33d55561b0a324cc18c52eca648 2,145 0.95/1.00 vMB 44
395,560 395,560 000000000000000005dcfb4082d3ba6e0f839d7e129e23b4b9f36c0c3704cf3b 1,392 0.99/1.00 vMB 26
395,559 395,559 000000000000000005d78b057b38245ab7a71297a6cdc93c67d87970b43ff41d 2,378 1.00/1.00 vMB 45
395,558 395,558 000000000000000008ef6bafbddc1a0bf0bc6984ae956f96aef25331a99e532a 1,243 0.61/1.00 vMB 37
395,557 395,557 0000000000000000012fe83b70e2f0e71ce754a640fa82e5f99ed4bdbb099e1c 82 0.07/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.