Loading Tool

Explorer IconExplorer

Memory Pool

11,764 transactions
6.79 vMB
0.01610554 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 36.87/200 MB

Candidate Block

Mining Attempt fe82165d82c11f0ee888b48f145a76bdb4f7976092190306ffe053b9fa5c9581
Version 20000000
Previous Block 000000000000000000014105dee4cd37c7a5f23cb629ce890083c2cdae74e30d
Merkle Root 2c2a4c7e430a983852a8d40a8a718808e8785f0d1bce522725ac5aef34d15333
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 163
Size: 1.00 vMB
Total Fees: 0.00344183 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,437 (797,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,430 116,430 00000000000079624855b77d986890ec9c5f9e255631e5fbc083358775e7c408 2 0.00 vMB 3,875
116,429 116,429 0000000000007cd8af2feb679424742f6877347445becc08a662f265144e5d0c 11 0.00 vMB 720
116,428 116,428 000000000000d74e11bae7a8430a88c6473243ce15edf4a022166e6a583251fd 15 0.00 vMB 1,355
116,427 116,427 000000000000542b073f0f1168afc560f04b13fd12d189d556ca6397740c333f 11 0.00 vMB 343
116,426 116,426 000000000000738a5c2182431a07a90e7c4dcb27749d47e1087b18c9c90efae2 12 0.00 vMB 0
116,425 116,425 000000000000bcd777f201273f29cf6c276803e6a40c2c70ac8cde61056f6cc4 12 0.00 vMB 0
116,424 116,424 000000000000c06e9caf5e68a45c9606f10d2c6e3d38434a2fc8a5d71f1fc7ba 24 0.01 vMB 0
116,423 116,423 00000000000091da3dcfbf0caec85db07b820e76aafac40e15fd19112038e93a 13 0.00 vMB 307
116,422 116,422 000000000000194a353ac8956ef06e5d89433ffe628914273d9b952489ffb637 10 0.00 vMB 0
116,421 116,421 00000000000040e6aa54919951a8ce39eeef895e2e89d7dbd10c57ede08e8ec7 9 0.00 vMB 353
116,420 116,420 000000000000f1c88235614420b13bd89e1b6742f3311ebb36623c81955a63e2 10 0.00 vMB 0
116,419 116,419 00000000000029687f4106c010b53d241c3c899a2f3d6839763674ca1d133057 17 0.01 vMB 480
116,418 116,418 00000000000072c624e2af7c22332820b50d1dd9c13dab7f091bd75ab5812c91 10 0.00 vMB 679
116,417 116,417 000000000000d9124707db7cdfa937fbd9fdd353e409df0c94f00247274419ec 10 0.00 vMB 649
116,416 116,416 00000000000026be3ab8f0764880c6073ea18a542dbbc6e19c895dad40d53744 10 0.00 vMB 0
116,415 116,415 000000000000d21228aebfd2cf02fe43dfd48fcf15bdf041ef661580f05f5be2 11 0.00 vMB 309
116,414 116,414 00000000000033e733a74a9f6592c38f756345389c2afe9b0574d9aafd997949 9 0.00 vMB 325
116,413 116,413 0000000000002588be5aec8d73c016d9e6772fa5636e663d3be039bf7fbdb0b7 15 0.00 vMB 747
116,412 116,412 000000000000d601e14780c5722bb50364fe08b885c1ed54d938e33989a73fec 10 0.00 vMB 0
116,411 116,411 00000000000080f60377138d12e4537957dbfe310ff2ea43436d55d4e8e54d76 14 0.00 vMB 1,669
116,410 116,410 00000000000073f5407eeeebf03220fbfc1fbc03cec3ca3eb34f821565031d1e 14 0.00 vMB 795
Previous 10 blocks ↓
Total Size: 779.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 303.05 GB
    • Received: 1.36 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.