Loading Tool

Explorer IconExplorer

Memory Pool

36,340 transactions
26.20 vMB
0.07303529 BTC
Random Selection Loading Transactions
Max Size: 133.94/200 MB

Candidate Block

Mining Attempt 3504cffb0b82e6539b6bccb15dc4f50341894d4dba34f3420c969e0ba64f3a0a
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 449237a0010568d280f4df80c6bb0e8ede6c4ea22520a863874b80f4a88bdeea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,897
Size: 1.00 vMB
Total Fees: 0.02458769 BTC
Feerates: 713.01 > 2.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (351,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,725 562,725 00000000000000000006b21eac2e4ef13d6b112a873825ddc700c4a202ef2b82 1,184 1.00/1.00 vMB 64
562,724 562,724 00000000000000000013eb5dfc50d97b158903cd6b73218e786af7a4cff3711b 2,511 1.00/1.00 vMB 9
562,723 562,723 00000000000000000024dbd68f17c16cd323d6961787eb95b52d304d37b46401 2,583 1.00/1.00 vMB 24
562,722 562,722 0000000000000000000be70181be0484416eb970496eb9ec1653b5eafe725260 3,014 1.00/1.00 vMB 25
562,721 562,721 0000000000000000000f97b6d9832894b2876abd74d7b42aee9f64a1f7f87e44 1,973 1.00/1.00 vMB 27
562,720 562,720 0000000000000000002370b09e17bb3de5642f2af3a89dfd301c625e1f80c532 2,819 1.00/1.00 vMB 32
562,719 562,719 000000000000000000140e339875291658a4b2dc916c1afd722241b998c30ba1 2,432 1.00/1.00 vMB 54
562,718 562,718 00000000000000000026d06a8cead80485686cd4d5a63f7a59e4ea6fd50be68b 2,711 1.00/1.00 vMB 18
562,717 562,717 0000000000000000000941a219125b37aa64255e5e4c0d1ae5057848e3def241 2,729 1.00/1.00 vMB 23
562,716 562,716 000000000000000000021f8f632899db070c5132e86912ec6d1098515ca434c2 2,585 1.00/1.00 vMB 42
562,715 562,715 000000000000000000242c619adbdd95c5a946768fa8c70d284e83033f54a595 192 1.00/1.00 vMB 8
562,714 562,714 00000000000000000015781d2f1ed7d8ca4eaf4569a4d70aa48ef291db7a52d9 2,165 1.00/1.00 vMB 21
562,713 562,713 00000000000000000023bc7f7010bce8b295899c7efbb7eb9ee72834c46a0beb 717 1.00/1.00 vMB 17
562,712 562,712 0000000000000000000cb6b617c1462dcbe1e71c61055efdafa6d4bbd40dc859 421 1.00/1.00 vMB 7
562,711 562,711 0000000000000000001e90c3455481feef03fc2039861d7d2755b21d29b3fbf8 2,780 1.00/1.00 vMB 20
562,710 562,710 0000000000000000001673ef66bfbc02946c1ff7f42e8aef72d875ab7044de1e 2,824 1.00/1.00 vMB 35
562,709 562,709 00000000000000000027cd55b66c252e4d37f80fa5d7314ac593db3ec9dd8e15 2,662 1.00/1.00 vMB 36
562,708 562,708 0000000000000000001e8a2aeca536b0ee2b97ae85f83980f00a329dd93ac557 2,646 1.00/1.00 vMB 17
562,707 562,707 0000000000000000001d7a6ffdc23299dd16472df4b5b5723c2de92924dda915 2,656 1.00/1.00 vMB 35
562,706 562,706 0000000000000000000b6f771b842a3e499770490365d0cded8a452f90bad809 2,720 1.00/1.00 vMB 24
562,705 562,705 0000000000000000000345014a5867e412955b67a14458bf9e68dfb82868a3bd 541 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.82 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: 636.01 GB
    • Received: 12.35 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.