Loading Tool

Explorer IconExplorer

Memory Pool

39,659 transactions
17.55 vMB
0.13999475 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 96.74/200 MB

Candidate Block

Mining Attempt 41182a578909ff81817f4ca21ea26a878983735ca9c99585a6b7f08cbab1a18c
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root b9fde6f8b7dc7a39c470e26af5a170463f59e33fe3c1523f7d3bd8f4ced340a0
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,307
Size: 1.00 vMB
Total Fees: 0.03712580 BTC
Median Feerate: 3.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (764,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,907 148,907 000000000000011609de80999e9dc3024e22596edb31bc972de04cde20c28d0e 77 0.04 vMB 152
148,906 148,906 00000000000004a9ab508c887451612005731cdd9e290b1b5bf662af1cc3616f 92 0.05 vMB 45
148,905 148,905 00000000000003222a6f382f3c5a4141457be52f57cbd97a4ba39c2866ebca24 12 0.01 vMB 59
148,904 148,904 000000000000028a58a39aab40f0a997f56aa94c1990353728e7d549b315d648 14 0.01 vMB 554
148,903 148,903 00000000000001512644900e56ddfad6452d897e816ba97e5670e87359ab5dac 19 0.00 vMB 32
148,902 148,902 00000000000000e96cbdd0038c30e365ba3ad8178dac71bc0f0cd48bbac13aa5 23 0.01 vMB 255
148,901 148,901 000000000000057e3df7d2b33cf99c629d67d66167a59054f7c97381caf9de7c 17 0.01 vMB 61
148,900 148,900 000000000000070d7363fe2a0f4ba2a1bc8e06363cf27446967c7e6dd758a9df 39 0.02 vMB 16
148,899 148,899 00000000000006ec1aa4cca1f9f840e5a7890a5d38d272f6328f669795ccab67 46 0.02 vMB 360
148,898 148,898 00000000000008ffce5f6091b5efa4aa40229b201fc780f8cc9eec957e4c2f1a 12 0.00 vMB 266
148,897 148,897 00000000000004f319ba647514183ca3e21add3f01c508d1cd91ea152e85ed35 56 0.03 vMB 212
148,896 148,896 00000000000009c3947773395da74266f554e958984aab491244500597150c96 141 0.04 vMB 167
148,895 148,895 000000000000059ede97e0910f95109bbb069efaa1adb0c8bf4a8902a95dd94f 27 0.01 vMB 427
148,894 148,894 000000000000005922351462c3eaff06debe5d9e1031ccf50de177f01496c3cb 12 0.00 vMB 252
148,893 148,893 000000000000055350383a43ecc17d0943e8160c16258e48130c2beba90ff04e 20 0.01 vMB 83
148,892 148,892 0000000000000783da8ccbab47ccd2b49336635b473eb6f67c1a889fef187ef3 22 0.01 vMB 156
148,891 148,891 000000000000006c2b3a25ed652ef30866a63d1220ce9c1dea73436ad4591ad7 29 0.01 vMB 82
148,890 148,890 00000000000002ea84e151608394d5eadd1c0a34f387c610d0ea2f8d4dea78ea 30 0.02 vMB 45
148,889 148,889 000000000000093233657c95556dec40e328698a69d37680abe63298ab4485f5 86 0.03 vMB 17
148,888 148,888 00000000000005b3f148b6cb9997e2de4482bbfa03c883259d0fae6c0c44426e 156 0.05 vMB 18
148,887 148,887 00000000000004058cbd968d5b55eb4a40020cc044ca2744624f8441277f0aeb 77 0.03 vMB 89
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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