Loading Tool

Explorer IconExplorer

Memory Pool

41,484 transactions
27.60 vMB
0.07357338 BTC
Random Selection Loading Transactions
Max Size: 142.37/200 MB

Candidate Block

Mining Attempt bddc49c25eaa499d1f52841766c1b39eed1b9e7981086bc102853a69dfa09f46
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 6323923553880e7ddd9c251f9673c623200d1a03ef5c5d4538dfd1bbd69da139
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,240
Size: 1.00 vMB
Total Fees: 0.01946214 BTC
Feerates: 101.47 > 1.95 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (351,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
562,704 562,704 0000000000000000002777a31c091d12fe760ab22c8b8e72c0a4422fa61865d8 281 1.00/1.00 vMB 11
562,703 562,703 00000000000000000012fd0298d7d6401f7d405474a38e046b3467c5a1221c0a 2,553 1.00/1.00 vMB 19
562,702 562,702 000000000000000000212830b7b695db53012d253a63c24628adfa4bdf54451b 2,131 1.00/1.00 vMB 17
562,701 562,701 0000000000000000001db7b793ef6d21faf70b0588859ae1c0179abedee8e2b9 2,423 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.