Loading Tool

Explorer IconExplorer

Memory Pool

81,570 transactions
30.90 vMB
0.07206964 BTC
Random Selection Loading Transactions
Max Size: 188.25/200 MB

Candidate Block

Mining Attempt 2637043662a65ced7234462305058a7bc68f2fbd2cc5b2fd418d9259e67c6dfb
Version 20000000
Previous Block 00000000000000000000f9ed58f50ea3395fea3cc5910c6adbea9d34000d3f9f
Merkle Root 590a30c59b9929bc58058c67c751ca0938574636a2048ed6f16d37fd3d475145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.00562063 BTC
Feerates: 60.16 > 0.56 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (518,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,495 396,495 0000000000000000006abd4753584f62785b8ffce8a39e0a39457f5a6d212a44 1,135 0.63/1.00 vMB 43
396,494 396,494 000000000000000005ce657bcc8fa44141f600c3e5c7446de953f074945a7da1 315 0.18/1.00 vMB 34
396,493 396,493 000000000000000000b90bc08b71e1f9e59141c08fa7cb8f6b4c2eeb6274a820 1,669 0.85/1.00 vMB 35
396,492 396,492 000000000000000008a6c1e8cc1e56399a8d8975cff41fb16aa4090004887fe5 1,245 0.62/1.00 vMB 34
396,491 396,491 00000000000000000845d4cf33161a87b302fa50a0089ad7895421a3a00c654f 915 1.00/1.00 vMB 13
396,490 396,490 0000000000000000018505219bfcb8155ecb3b5ae2ea3c696c983d41daef00f8 1,818 0.92/1.00 vMB 33
396,489 396,489 000000000000000005924b809e2b227ff8bb6efb384ca316e7b02e5b92fbd34a 1,267 0.93/1.00 vMB 26
396,488 396,488 000000000000000004a06b0afd7a4f830f108fd1dd95bd4a82765cf2e26a650d 2,218 1.00/1.00 vMB 48
396,487 396,487 0000000000000000069bd701dfcad3f29b7b7d945838d29fed26f18f15d5be6e 2,460 0.93/1.00 vMB 51
396,486 396,486 000000000000000005a6f3f587251ace346300fbf2371659a618077dc8c20051 2,709 0.93/1.00 vMB 52
396,485 396,485 0000000000000000042c08eedbb33ac96147d9e1a84e68f470fad922b0e4d630 1,195 0.61/1.00 vMB 35
396,484 396,484 0000000000000000060eed40a9122dea5e83a99c57db25938fed5f935ea8a499 132 0.06/1.00 vMB 55
396,483 396,483 000000000000000003292a4d48f36192cdcc48fc6fe05009d6ce31f63f8e6926 801 0.81/1.00 vMB 28
396,482 396,482 00000000000000000200d4430404352292e4e30a72b6fd4ffe7df4963d33b052 362 0.21/1.00 vMB 31
396,481 396,481 0000000000000000068a070e5ff1a2316bb7c03fb7a9f5efd97aba43b8c4fa8c 313 0.27/1.00 vMB 19
396,480 396,480 0000000000000000048b2adf681eae94dfa7739a1881c32250432fa6faab5020 959 1.00/1.00 vMB 43
396,479 396,479 000000000000000006d8a21c0e38e3e3c19344b360959cea46239757c867faaa 214 0.23/1.00 vMB 17
396,478 396,478 00000000000000000364f99eb45c8c25d32a300e2bc5f3865854f078dc51071b 212 0.26/1.00 vMB 38
396,477 396,477 0000000000000000045ce5a6d71a918df63d4fda843534cbcf687689cab30f9f 943 0.93/1.00 vMB 30
396,476 396,476 00000000000000000803f9f226302def2c31e26c6f65aa201d3bd64d746d4c33 1,209 0.95/1.00 vMB 53
396,475 396,475 000000000000000007a91b11d29362eaaa0ba9ad03448c9d57c311cf2d6f7473 892 0.38/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.72 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: 705.05 GB
    • Received: 16.65 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.