Loading Tool

Explorer IconExplorer

Memory Pool

74,492 transactions
27.55 vMB
0.07094656 BTC
Random Selection Loading Transactions
Max Size: 167.88/200 MB

Candidate Block

Mining Attempt 6f9c74c72bb87cf18446c30cc6d6caac7ba994db8627484efa71e38484e2b174
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 8662d4bb2412196d69fef5e9976466426ab8b9d4b8505d377148d0165ae51a4c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.01216553 BTC
Feerates: 150.80 > 1.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (518,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,497 396,497 0000000000000000086bd4aca88896daeb26ff6a9dd39421e30d255881f254ec 348 0.22/1.00 vMB 29
396,496 396,496 0000000000000000067d3ca1894cc3e9c05ec05b76f1624fc731e6dd6776ebe9 554 0.38/1.00 vMB 28
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
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.60 GB
    • Received: 17.20 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.