Loading Tool

Explorer IconExplorer

Memory Pool

97,372 transactions
32.74 vMB
0.30894094 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 9513af4305a898af2f372521cd9262cd2d5544e1fdc54d1551e18f44fb64df1b
Version 20000000
Previous Block 00000000000000000000c801401199ca66858fca83aa17d805e846163672a0ac
Merkle Root b0e67ed157ad49e1b370270add71225e77b2a6b8b3e2f3da271f09b69d3d6c87
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,900
Size: 1.00 vMB
Total Fees: 0.10152381 BTC
Feerates: 614.08 > 10.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,628 (826,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,420 89,420 00000000001212de22089ad4676e418ecb0011433186394e24a7bc21fe890495 8 0.00/1.00 vMB 0
89,419 89,419 000000000004fafdf3afdb8017629c13c9b7233c48587ed8d11e77b5a3bf6df7 1 0.00/1.00 vMB 0
89,418 89,418 000000000013283998494e53001a81f944994bdecae0b8fb9e5e5f7e1dc5ab8d 1 0.00/1.00 vMB 0
89,417 89,417 00000000000beddd0bfc9f53f982d13404bfcc27791376c87a998fbef9fe3892 1 0.00/1.00 vMB 0
89,416 89,416 0000000000083c21caddd8f13011d137cc430c2600ccb3c816f759c9063f5d33 4 0.00/1.00 vMB 0
89,415 89,415 00000000000804a201fa73e7c7419433e311ca4b4d910ad050b503f040b40c62 4 0.00/1.00 vMB 0
89,414 89,414 0000000000049ecaed0721a66286a1d89e0a31f9615fd63413ad62d9d0ad393e 4 0.00/1.00 vMB 0
89,413 89,413 000000000005502a1de176cad80909f0a5f1d4e17b3f9a04a4dd292e67afef65 3 0.00/1.00 vMB 0
89,412 89,412 0000000000113941c5db9d7c1c3b78829f4497c12411c56d1cac8efe65d250ea 1 0.00/1.00 vMB 0
89,411 89,411 00000000001278eeb84cfcdf508ec7f9ffb43c893257064a0314f7570b4a22f4 2 0.00/1.00 vMB 0
89,410 89,410 00000000001337d6f6d50fd4b55b59cd2ca28e6622fb550c03cf9fed66799ba4 1 0.00/1.00 vMB 0
89,409 89,409 00000000000750e30b4aef37b396a15204bca7546b013c0ae800e5d0a18bf508 7 0.00/1.00 vMB 0
89,408 89,408 000000000004e753e2e48bf480d400568f052b66549441084d4adcbb2e654a56 2 0.00/1.00 vMB 0
89,407 89,407 000000000010fc94302590ec9a73673949cd00a33c2e7f3420c1909c6f781563 1 0.00/1.00 vMB 0
89,406 89,406 000000000007d024f03dd9e1fe1a3e4cba69bf3c54bc4eb412c47e740f12d72e 4 0.00/1.00 vMB 0
89,405 89,405 00000000000131a2ca2b3e41622692548106b1afdf51e4cb6bc26d7fdef5442f 4 0.00/1.00 vMB 0
89,404 89,404 00000000000f8de17b6e1998e0784facd750144f028562a02613cf7d1267e763 1 0.00/1.00 vMB 0
89,403 89,403 0000000000122d2a3ec9a6e53c8ef756656bb7e95167fcb1b794208ad2b706f7 1 0.00/1.00 vMB 0
89,402 89,402 00000000000f86007aa1b0f250d457e762f700cb562e7a7f995bf8be1a06f837 1 0.00/1.00 vMB 0
89,401 89,401 00000000000acc29ab483e7ec9bba79117f589eefa64dcc07890ce3430141e6e 5 0.00/1.00 vMB 0
89,400 89,400 000000000005657aaf1363e33bf81d8d9d266da79c896cf0f12a2c13948623b5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.48 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: 772.34 GB
    • Received: 20.22 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.