Loading Tool

Explorer IconExplorer

Memory Pool

53,918 transactions
31.25 vMB
0.12809489 BTC
Random Selection Loading Transactions
Max Size: 168.46/200 MB

Candidate Block

Mining Attempt 9083146075746db65e6ff20b1e7fca2e1b99909625cbbdd08777cede7d9cae85
Version 20000000
Previous Block 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c
Merkle Root c973f684eea660a63e290a5c702fb24c73390023d63c59e3eda43797b8111ab4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,379
Size: 1.00 vMB
Total Fees: 0.03848541 BTC
Feerates: 73.23 > 3.86 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,814 (36,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
878,690 878,690 00000000000000000002233918647e43a85a54f96e6f0563cc92f8bf14c1a6d1 2,291 1.00/1.00 vMB 4
878,689 878,689 00000000000000000000d07149e8865e73b0512eaa6e846a204b31b52c9bff39 1,275 1.00/1.00 vMB 2
878,688 878,688 00000000000000000001df8b6041a64631c08af72fdaf5370eef4c8d7ebb9a9c 4,093 1.00/1.00 vMB 3
878,687 878,687 00000000000000000001fe697af71c563c5539907c162c10fa3a46a328c0a96b 3,861 1.00/1.00 vMB 3
878,686 878,686 0000000000000000000166c5254b6a3991a6e47ae4228eecffd961a5de55f2aa 3,032 1.00/1.00 vMB 6
878,685 878,685 000000000000000000015580f80b1645ab9bf73225dffdb6388d04fcf01a16b1 2,105 1.00/1.00 vMB 4
878,684 878,684 000000000000000000028595df4edc140d7a04532065f6c1b17794c382e4553d 1,701 1.00/1.00 vMB 3
878,683 878,683 00000000000000000000afa364cfa5c74c633bdf7b3f27e2f126a3460261614e 3,066 1.00/1.00 vMB 4
878,682 878,682 00000000000000000000509ced1a3cd19da7d2ca423032536e606a3961af2bcb 2,417 1.00/1.00 vMB 3
878,681 878,681 000000000000000000001c08ea15e00ce94633e65fb84709b7bf3cefe43aa073 2,054 1.00/1.00 vMB 3
878,680 878,680 00000000000000000001185055c8e356de2129b62d7e776500b15c7c14a4725a 1,062 1.00/1.00 vMB 3
878,679 878,679 0000000000000000000131cc3c9b4c019a0061e4e5929310c71a2f25af492631 3,476 1.00/1.00 vMB 7
878,678 878,678 00000000000000000000f5a1ecb7df1d79c4026878b74d14690555b0b9521932 2,429 1.00/1.00 vMB 5
878,677 878,677 0000000000000000000212ce755c1aaff72d22ff38cde75c46d663d663c95b80 1,229 1.00/1.00 vMB 3
878,676 878,676 00000000000000000001578b2aa69c757c9a1c16a080635c00dbdd7706ff13d6 2,784 1.00/1.00 vMB 7
878,675 878,675 0000000000000000000214474976797ed93a4016d8cfb54310927d542c3a61e8 3,427 1.00/1.00 vMB 10
878,674 878,674 000000000000000000023f8d99b90cd937b249a6e008879a0850cc80b0a060ea 2,549 1.00/1.00 vMB 5
878,673 878,673 000000000000000000018f1cd854f34d543979a52a2d56cd45491be5933a0acd 3,284 1.00/1.00 vMB 10
878,672 878,672 00000000000000000002608d156ddc3daaaeafc551b021a07151794e2b97cdbd 2,357 1.00/1.00 vMB 5
878,671 878,671 00000000000000000001efcfb71b0f24feaeb3e06e0040a91c63bae629a41319 3,484 1.00/1.00 vMB 7
878,670 878,670 000000000000000000018b9e55e1a9bc27e5df1d4752fbef6648638d0cca612c 3,002 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.06 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: 651.14 GB
    • Received: 13.43 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.