Loading Tool

Explorer IconExplorer

Memory Pool

40,888 transactions
25.92 vMB
0.05003751 BTC
Random Selection Loading Transactions
Max Size: 135.53/200 MB

Candidate Block

Mining Attempt 801befdbf5a72488bd298c1a18b6b5f8343c382b98a07339b4f5e2be26d36108
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 5298d0b8011eb25929f7c0133c68d80ca0a2edbbaba129218b5e94808e15ea5e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00292609 BTC
Feerates: 18.26 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (332,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,209 582,209 00000000000000000020c23153796474875049ab2b7aed06c3eda98e2d2f2255 2,941 1.00/1.00 vMB 107
582,208 582,208 0000000000000000001b3b38ab814203ff58748a1f3b0350acfd25b91641864a 2,602 1.00/1.00 vMB 122
582,207 582,207 0000000000000000001ef7ccf22a25497d7d16831450cf65cce924c4e689e3f4 497 0.98/1.00 vMB 5
582,206 582,206 0000000000000000001cc771d27fa2c8e128fcd6b1fdc19f0fd29b14aa75e03f 2,514 1.00/1.00 vMB 29
582,205 582,205 0000000000000000002115ed9119ab9021e2d8c05e98cffcd7912fe81b6be97b 2,633 1.00/1.00 vMB 112
582,204 582,204 0000000000000000001c77c9d7a16a077a8a50b567a589046a1e3a49c66ebcc3 1,302 1.00/1.00 vMB 26
582,203 582,203 00000000000000000005984566cd3029e29591cb3aa313719999fb452abff05f 1,551 1.00/1.00 vMB 17
582,202 582,202 00000000000000000000fbf56eba987d45a1a8951cffab53b23f5fb81f090b12 2,574 1.00/1.00 vMB 39
582,201 582,201 0000000000000000001804284e1ab59dd5680fa0228e50c31670395b549dd20c 2,364 1.00/1.00 vMB 108
582,200 582,200 00000000000000000016e61b2d2566ee447826741d06bc8a6def0583cae8c2fa 2,714 1.00/1.00 vMB 18
582,199 582,199 0000000000000000000b69ffadbe58273381860beb7c62d61dc53f8714c295bc 2,251 1.00/1.00 vMB 51
582,198 582,198 00000000000000000003d464c78e9481371ee0b7ab5b92fed3b878e7a75394ac 2,511 1.00/1.00 vMB 95
582,197 582,197 0000000000000000001b0c59cb8e476f1d4b96ab8119e3a1f28acbb4293d7d89 2,229 1.00/1.00 vMB 76
582,196 582,196 0000000000000000001e3231ee19cde739a5bad4a9fd1fa14502494b094b29eb 1,666 0.96/1.00 vMB 12
582,195 582,195 000000000000000000122cc6a66a05890de9709f294e2c9c453b82eb6687df57 2,801 1.00/1.00 vMB 77
582,194 582,194 00000000000000000011aec494eea09e23cdbddd7ca62fe05262713c7bf5a01f 1,751 1.00/1.00 vMB 9
582,193 582,193 0000000000000000002469d235d3451ab72075af9ea5d4104a701782bf7748f1 2,697 1.00/1.00 vMB 54
582,192 582,192 0000000000000000000bda0e35f2aef74cf5f802e554e05572430978cb248e6f 2,336 1.00/1.00 vMB 10
582,191 582,191 0000000000000000002226869d9b6371282c96efa372e18f0b5fe729d94f2b8c 2,903 1.00/1.00 vMB 97
582,190 582,190 000000000000000000067bf6ba90121570e94296176a2057e7018f28f85eca77 2,676 1.00/1.00 vMB 42
582,189 582,189 00000000000000000019b022bcb41b1b4012e7bfc9ee72a35efb352d61b44562 2,707 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.