Loading Tool

Explorer IconExplorer

Memory Pool

35,397 transactions
30.59 vMB
0.06751504 BTC
Random Selection Loading Transactions
Max Size: 150.32/200 MB

Candidate Block

Mining Attempt 15edd3e125ffd54411ad9fec924f31c3cf80babeca5b6c258ea405a16e2024cf
Version 20000000
Previous Block 000000000000000000000d935151c7a7c30b31c96fe98ba830815ff230186bd9
Merkle Root 9dd8218f4a5373f99604636891b7093cf60ba437f50e3dc1be3e2b2dd935aeab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.00561280 BTC
Feerates: 76.13 > 0.56 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,354 (804,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,318 110,318 000000000000e5c1a04d97b82df5bd91d3150ab14cd81b2f7632e107b3ee9560 11 0.00/1.00 vMB 0
110,317 110,317 00000000000167f98d0fa300dcb54bbf59eff25a8fcd0d2536c892c7a0e868bb 10 0.00/1.00 vMB 0
110,316 110,316 000000000000fdb755bed452afde2f429e4a582c91168c5719dc18c025d6de16 12 0.00/1.00 vMB 0
110,315 110,315 0000000000012aafb799cc63207ff5d59a811c060df13d3ae778ac72e5347585 12 0.00/1.00 vMB 0
110,314 110,314 000000000001992a8f9f54b7213338f6be53c483f46ab63a668e987bade6bcfb 15 0.00/1.00 vMB 0
110,313 110,313 00000000000182fa5d6a6824a2f1b815d0d5ee1aba2fb69cd8f885baed3fc6df 5 0.00/1.00 vMB 0
110,312 110,312 000000000000739eb81fdcede9e991286a9e224f214cb72357af08931e47db39 13 0.00/1.00 vMB 0
110,311 110,311 0000000000006ce01af8b7d25b5112ddac565c60ca48a196e9705fbeec4da094 7 0.00/1.00 vMB 0
110,310 110,310 00000000000025f61aed4df1099b4344d534bcae88ae535aa21d264914ad2ee6 10 0.00/1.00 vMB 0
110,309 110,309 0000000000009a8c95fbaab279df5005cfedf921701c2e9463f1dc69afe09a29 12 0.00/1.00 vMB 0
110,308 110,308 00000000000007ed13cfe5182c638709dd3a2758beade42b6db98b7f1ab4254b 13 0.00/1.00 vMB 0
110,307 110,307 0000000000004cc205d44f3cdcee047787964533e727cd4f17f4115b08ec9a87 13 0.00/1.00 vMB 0
110,306 110,306 0000000000012b9552a027ae0bde87685c7edc00cb23dbb0e1bf5d3a1e5241e3 12 0.00/1.00 vMB 0
110,305 110,305 000000000000041348d97666feea3e7cc7f531d7612a749e95cad3418399ba50 12 0.00/1.00 vMB 360
110,304 110,304 0000000000018b4a6aa1f022f8c062c49dc9d3eb848937d503f552c09aed95e3 4 0.00/1.00 vMB 1,338
110,303 110,303 00000000000044f0f2bbe212cdff001ccbf7839f4f50561f457664b08c7b8790 11 0.00/1.00 vMB 344
110,302 110,302 000000000000f9ac8c732b77b969c59bef51936e581f6e55e5822cac9e8711f4 10 0.00/1.00 vMB 0
110,301 110,301 000000000000e1882a4d9b13215fb5f1ae8cd68276f622642b53ae9afb83171c 8 0.00/1.00 vMB 0
110,300 110,300 000000000000b8c3ad583c44e2655f5384f3e4e6a1f2a932b512ecc69a07cc24 17 0.00/1.00 vMB 250
110,299 110,299 00000000000076089ca5b5049e78ffc174bedf3ee8d0fbf83f77d6846d932d1a 1 0.00/1.00 vMB 0
110,298 110,298 0000000000016414548fabcffc14f305cc65362fa3069d69a896ab57a72ccb7b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 588.54 GB
    • Received: 9.54 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.