Loading Tool

Explorer IconExplorer

Memory Pool

43,366 transactions
26.39 vMB
0.05833530 BTC
Random Selection Loading Transactions
Max Size: 138.68/200 MB

Candidate Block

Mining Attempt f78e51105d37fc40372bb50e24bf24eaa09e5d4b212436e368a1eab079288c85
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root b3bf2a1d3f9fe813769b7de99ae324dd10fbde914f97d342b15225d0ca2d2f82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,145
Size: 1.00 vMB
Total Fees: 0.01003348 BTC
Feerates: 150.52 > 1.01 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (305,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,438 609,438 0000000000000000000d03255482e1221d5f3ca39e7d13629b8948acc804c982 683 0.22/1.00 vMB 25
609,437 609,437 00000000000000000004fb787723841a2b8ad57b0f925eacb60983276e8d363a 869 0.30/1.00 vMB 14
609,436 609,436 000000000000000000056172efac661a3f6c6adc4c7cf1dc877e2cb3194786cc 117 0.14/1.00 vMB 9
609,435 609,435 00000000000000000001450ae9e7627e9d04c7b95212f1eb8b9a844b7b6db0e0 695 0.47/1.00 vMB 13
609,434 609,434 00000000000000000002c1ec53cbd0c9f5e204819244bba696e7cb8b86f7caa9 1,798 0.83/1.00 vMB 1
609,433 609,433 0000000000000000000941ea5219ab62c87841d34d12b24eea9f513fbd8d12d3 2,805 1.00/1.00 vMB 15
609,432 609,432 00000000000000000009347c97dc1b3ff89f0d1f3fff7d187ad252eb74474ecd 2,542 1.00/1.00 vMB 12
609,431 609,431 0000000000000000000d6b23787205742ec8230c876c09d291282cc9cfd3bd9b 2,302 1.00/1.00 vMB 4
609,430 609,430 000000000000000000096ac9555b3df0585c020a2de2c0a9df84710f8ab3587c 2,989 1.00/1.00 vMB 13
609,429 609,429 000000000000000000158aa24c0d2f55464e295796a0537a0cc3239fd4321166 2,836 1.00/1.00 vMB 24
609,428 609,428 00000000000000000000c1c477f2f8adbdc404f2b49aa51c1d32083fa05a3b3b 2,520 1.00/1.00 vMB 29
609,427 609,427 00000000000000000011ffbb54f07ca0c58cdb1ced7197354f76f181bc5dca0c 2,547 1.00/1.00 vMB 19
609,426 609,426 0000000000000000000030677824e3a74e189338115456327d604d1c4e7a201d 2,340 0.82/1.00 vMB 4
609,425 609,425 0000000000000000000f4ed7886bb80c94870eb7a3cb3f4cf2be342db7554d4e 2,863 1.00/1.00 vMB 17
609,424 609,424 00000000000000000010933dcff7c23f03d72f5755efc5dad4cc232535cd294b 1,715 0.60/1.00 vMB 16
609,423 609,423 00000000000000000004bb5b86b7d0b4bcb0c4e00a80700471815439a35ef95b 19 0.01/1.00 vMB 12
609,422 609,422 00000000000000000013b517fd6a158b220d6d253bc051add697a8d143145ed3 1,996 0.67/1.00 vMB 16
609,421 609,421 00000000000000000007282314e11acefee0bdaaee5c5e225fa3b2617abb4008 1,633 0.49/1.00 vMB 9
609,420 609,420 0000000000000000000893cd36e0206ff01217587af5b735044fa91d5e86df06 2,767 1.00/1.00 vMB 16
609,419 609,419 00000000000000000002f6e55723b821d1dfe3a5a100990395a004b2ffb9f0db 868 0.33/1.00 vMB 16
609,418 609,418 0000000000000000000389d2c0cef00b5455a32631607c80d9b4796168d70786 2,471 0.96/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.95 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: 647.07 GB
    • Received: 12.89 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.