Loading Tool

Explorer IconExplorer

Memory Pool

89,025 transactions
33.16 vMB
0.20247391 BTC
Random Selection Loading Transactions
Max Size: 199.97/200 MB

Candidate Block

Mining Attempt a49cae003e7ed28e3a25ba251aaea8326688aa8bf9d134f9911e52e0edeeba40
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d8551e9b2ef1db0d5487132fbc954bf46801b759344fba688ffa4a07f1115613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,989
Size: 1.00 vMB
Total Fees: 0.08797396 BTC
Feerates: 387.56 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (874,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,376 40,376 000000003ecccfcc8d8b159a2dd0f7726452a9ff298dc991f0928132a6027e7b 1 0.00/1.00 vMB 0
40,375 40,375 0000000057c4468d9c0e74ec2615919953af3388e0a702db7371e46e7374d0ab 1 0.00/1.00 vMB 0
40,374 40,374 0000000038588f85920b7167eac827000c0f488191f9618250ec35fc35d0eed6 1 0.00/1.00 vMB 0
40,373 40,373 000000001caf9c23a70902e2a101646bb88714497a604153edf8b425f90a9a2e 1 0.00/1.00 vMB 0
40,372 40,372 0000000046c1dcd56d12c07c1533cda32df0d647b60a124101436a1e61cd2516 1 0.00/1.00 vMB 0
40,371 40,371 000000000b2ed632a8827db5cda9f087c8a2cb652679bd18d50cbf3c722e7aae 1 0.00/1.00 vMB 0
40,370 40,370 00000000628044b8bd0fb5c4bd919c702f8a9a684b52adf9327a7ca8d5d2eccf 1 0.00/1.00 vMB 0
40,369 40,369 00000000552b8554edb5f144c4b154cf06dca3f0f5c282087fa83ae28ff0b3d3 1 0.00/1.00 vMB 0
40,368 40,368 000000004362b46ae736d893d5e0bffa755cbfe8359934223e5ba887e1cc48fb 1 0.00/1.00 vMB 0
40,367 40,367 0000000026e71fe2c819fe0b62ebec26db849d55c02ddf987eac0b77021a731f 1 0.00/1.00 vMB 0
40,366 40,366 0000000015d9ae3f9bf37eea91d03ae1aa69f98589f42230feaf049acf1e1e41 1 0.00/1.00 vMB 0
40,365 40,365 00000000573cad6031b9f25f1ae500b908f78cba02bb300a6ffa377cf4bfd5d4 1 0.00/1.00 vMB 0
40,364 40,364 000000004db64e341c4ae97150d740212430a57a1d36208ed6e5e43f53c0557f 1 0.00/1.00 vMB 0
40,363 40,363 000000003388161b5f9ac65c74312e1ea6657ef34966ceb108ce545331dfd5d5 1 0.00/1.00 vMB 0
40,362 40,362 00000000527b122c8c7a94d4f140b006d7da6049621bacbe59af5478a2b7a84d 1 0.00/1.00 vMB 0
40,361 40,361 0000000009152fc1cebc88871dcf07c1e71f02f2cb165e8ac0711732b9edf21f 1 0.00/1.00 vMB 0
40,360 40,360 0000000039ee8d1156c11643478ef022508d0cdf3b41b3e237b26efce1bf6847 2 0.00/1.00 vMB 0
40,359 40,359 000000000049461d93b5b9256e0d37f01077186a494e5331c7ac08fa21316595 1 0.00/1.00 vMB 0
40,358 40,358 000000002cf26c0496d99a08f7055e87c7f81662718af23f20cd807170229070 1 0.00/1.00 vMB 0
40,357 40,357 000000001e85be265fdfb3c81b21fa6ef14f23260bc79bf7c3305ecf56aa717f 1 0.00/1.00 vMB 0
40,356 40,356 0000000043812fb152776f41492faf8773128eb2989544a3143fdb6e07712349 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.