Loading Tool

Explorer IconExplorer

Memory Pool

79,653 transactions
29.61 vMB
0.08773610 BTC
Random Selection Loading Transactions
Max Size: 178.93/200 MB

Candidate Block

Mining Attempt 86280b5dc31ccbc56f81339f50bba1bde9d25b4a7864c12d7d8810308d7f7c7c
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 3bb47e914ba0bff8db584baed5bb817ebcc51544cf36adcdeaa767cee03488b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.02465013 BTC
Feerates: 100.11 > 2.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (323,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,757 591,757 00000000000000000004f7feb219431e01b39af311e1358ec31855ab268b1ee2 2,428 0.71/1.00 vMB 11
591,756 591,756 0000000000000000000205a2ff4252b9380850d7332d4c0cd7ac1b084490bae8 3,422 1.00/1.00 vMB 18
591,755 591,755 00000000000000000016f28c59a1978d147547900c71a5ae96d637f0e1c8eb47 75 0.02/1.00 vMB 17
591,754 591,754 0000000000000000000be2994647a3f2b814889783f573c6aba05ce0079339f0 484 0.32/1.00 vMB 20
591,753 591,753 000000000000000000112f4e660eb84ff8401d9894b8921dddaaa7858c152c92 1,245 0.40/1.00 vMB 12
591,752 591,752 000000000000000000038fa554a75b2a31447e28bb2b8b6437b3a312a447622d 263 0.07/1.00 vMB 16
591,751 591,751 000000000000000000105e3896f477625b8b4c435e9145e70fddad53198b4c2f 1,902 0.59/1.00 vMB 12
591,750 591,750 0000000000000000000cd1cfc28323cafa4400a4b6f274ea77ebe47b14c0baa7 3,397 1.00/1.00 vMB 13
591,749 591,749 0000000000000000000db20ef643057d1c60262c466ec4852405b0dc09ccef91 677 0.19/1.00 vMB 13
591,748 591,748 0000000000000000001b3391d35da5561f16ecc134791c5d40519ca4e41ed097 2,711 0.88/1.00 vMB 14
591,747 591,747 000000000000000000004cfeccf4f8cdeaddad02bcccaf83fbc65d7985faf7a9 1,004 0.33/1.00 vMB 9
591,746 591,746 0000000000000000000502b7a242d8918cd38019fadbf7beb0dcecab87cbdc28 3,199 1.00/1.00 vMB 16
591,745 591,745 000000000000000000101d234d3748fe1f63dc337e939a5cbb71904a835d7345 1,812 0.53/1.00 vMB 14
591,744 591,744 000000000000000000028fcf0bdc1ba4a9ac4e306e2abbbf114e76f94e512672 1,326 0.42/1.00 vMB 11
591,743 591,743 0000000000000000000fb8b05f77cc35749d0383f676e5f97a98afc14db1e037 1,016 0.30/1.00 vMB 13
591,742 591,742 00000000000000000013924a221dea2ee61976deb928e3a96e18d5e426ea2b92 1,214 0.38/1.00 vMB 16
591,741 591,741 000000000000000000006b6a6f3f851b6f1933e61cac23218400212c372d3b6f 1,549 0.52/1.00 vMB 2
591,740 591,740 00000000000000000015eb8734c5ca1218a4a6671059e863e167a50eb5a0f0d8 2,949 1.00/1.00 vMB 26
591,739 591,739 00000000000000000002c7fe78884c49cc6e10b57166430eae59cf7d12b46e98 614 0.27/1.00 vMB 37
591,738 591,738 00000000000000000010bd9ab023ba476664333cb3c00ad9c1b944f5aa7743f4 2,261 0.86/1.00 vMB 11
591,737 591,737 00000000000000000019f08a946b79654e84f533101811cf0da5e438c4badbb4 3,253 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.