Loading Tool

Explorer IconExplorer

Memory Pool

25,635 transactions
6.13 vMB
0.04535422 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.53/200 MB

Candidate Block

Mining Attempt c9b350af556d1a57deedf51f99c8ae5bb66d0e004657509201ca2cfe8b91fb41
Version 20000000
Previous Block 00000000000000000001ba540179348e126e660bea94ed6ba838e68a81db744e
Merkle Root 331510fd634a55ab7462f0bfd1aa2c0142fe6b5a53867eccd26164337b1e1013
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,405
Size: 1.00 vMB
Total Fees: 0.03009995 BTC
Avg Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,117 (758,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,731 154,731 000000000000098fda282ca6d1a6ed803d3d572c53f3464268ee2d4ff3e95737 0.01 MB 33 17
154,730 154,730 000000000000002eab4742a2719ded6f80f2974926150073473bc28a3e761f35 0.01 MB 22 36
154,729 154,729 00000000000006b27a6a23bd2f8b812863466d99c904e983a2460414b7681daa 0.00 MB 6 35
154,728 154,728 0000000000000c668e6c482ec61ddcc7a868dca4eda3ad1a0072faff8ce04f15 0.00 MB 5 16
154,727 154,727 000000000000008d4c3c2aefe8686eaadc7c61725b30054673b906266b6b36a5 0.02 MB 48 177
154,726 154,726 000000000000058ee38105f7f9df5b275b1d6e04a45a6021767b69a028a974d5 0.03 MB 101 5
154,725 154,725 00000000000008c67bc9ac7eba82450a38a94051a0f3751490ecd0d837545b24 0.07 MB 239 165
154,724 154,724 0000000000000aece46da94d3880c3d43c3da17a1e7f06f5ca199aad9dbbac3e 0.01 MB 38 80
154,723 154,723 00000000000003bfc715be0afb06486c325c12dea913766564fd7e9bc453889d 0.11 MB 398 183
154,722 154,722 000000000000007aef9d6f9d5e4d4fb50bea5334de9f7b1d12e743da54cb8875 0.04 MB 140 180
154,721 154,721 00000000000008963b34ff25a720d8c99d1bc26d23d58b09746efd233649a0e4 0.03 MB 78 97
154,720 154,720 00000000000000c69dfeddf8bb5a29e362ee912cc174512aef7163534f471da3 0.01 MB 23 450
154,719 154,719 00000000000005b2a3eb689758e3dba709d1af596f03175e965212701df4aa26 0.03 MB 96 22
154,718 154,718 00000000000008ca15047e9d5188c0e69872ca874d6ea580941863227377a85d 0.05 MB 56 56
154,717 154,717 00000000000003d34036f24e7e873a45897463fa6860003317386e6b09a4d241 0.00 MB 6 49
154,716 154,716 0000000000000ded0d27d6289c4942711ce5b6737976bbc67aa5825adce854d8 0.02 MB 35 97
154,715 154,715 0000000000000c4cb6c4408b4b0efa6b334ba4b2fa860f2ff9f2295ee50bb928 0.01 MB 21 52
154,714 154,714 0000000000000d64ff2a8c8f65b6c3dcdbcc2293563f1a59ddea19f5fce95dc2 0.01 MB 58 14
154,713 154,713 0000000000000ac2838e9fd6fe110fec7eafa2f9fb96971b658528fefd6e610c 0.01 MB 33 52
154,712 154,712 0000000000000099495de811089cf9add6d26fb3ffeef6e62c1ec25ee8a4f78e 0.01 MB 34 48
154,711 154,711 0000000000000b7423edd45e3e88cbf6e86b2815e23adc013c7743b35f51892b 0.02 MB 31 27
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

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