Loading Tool

Explorer IconExplorer

Memory Pool

79,149 transactions
29.65 vMB
0.07543846 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt 25b9af590469e9cbb488dd0c404644f41bcce84492076144af272d21c3e1b100
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 24eba582cef8456e6b7b5f20391a33c7a9af19ccf7e47770523c9a4b03f7b945
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,946
Size: 1.00 vMB
Total Fees: 0.01519344 BTC
Feerates: 313.32 > 1.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (421,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,304 493,304 0000000000000000007f50ff65a00f5d1894eeedc46200cad8694b157d36a2c5 1,789 1.00/1.00 vMB 35
493,303 493,303 00000000000000000025f441793c5adc9f8a7e930bb48eb0d88669abd2214279 1,646 1.00/1.00 vMB 63
493,302 493,302 000000000000000000b6f93daf8c9a0387939a5be2170d8f474087923ce04392 2,343 1.00/1.00 vMB 180
493,301 493,301 00000000000000000027adb12b83ce47fca621c3a32a4cb6418af3b4fbdc6197 2,683 1.00/1.00 vMB 277
493,300 493,300 0000000000000000001f87f23ea9df5ca2aa8760578a27cbdb059f221f974c2a 1,859 1.00/1.00 vMB 56
493,299 493,299 00000000000000000045ddc1ae39815ccaabc27a95b7a11315f1a959d40b02bf 2,070 1.00/1.00 vMB 196
493,298 493,298 0000000000000000006e9d7dab5b19ff0bdd94e3f85ca2b818c8852ab65b4b8e 785 1.00/1.00 vMB 100
493,297 493,297 000000000000000000616bbca4d4452524ba8bf1dce947ccf5e0e2089f40f44d 1,071 0.96/1.00 vMB 167
493,296 493,296 00000000000000000040d9282f46376e2583d511c12d125a2ac6586e206333df 1,161 1.00/1.00 vMB 14
493,295 493,295 0000000000000000008b2d3a041b709fd3c4e9d0ad4506919c60e261ffa9cea2 808 1.00/1.00 vMB 41
493,294 493,294 000000000000000000b5291c6ed9f2365a60eeb43002dbd419dfe0a3d8fecfbc 2,158 1.00/1.00 vMB 177
493,293 493,293 000000000000000000b3dde88153fdaa0a62d2bf0e4b6ebe843ea1aed0e9e9a9 1,244 1.00/1.00 vMB 96
493,292 493,292 0000000000000000008c5ed55935486fff288f821cf71aaaa54cc6615f6a29ef 1,542 1.00/1.00 vMB 35
493,291 493,291 0000000000000000005aecd7dd1619304fcdb30300fa2e15902801b6671db138 2,117 1.00/1.00 vMB 22
493,290 493,290 00000000000000000079005d386a7b032d806780834faed34dec9f553d74770c 1,662 0.85/1.00 vMB 137
493,289 493,289 0000000000000000001d6c5e463b448868a3c9365c2aad2789fd5d54ff872acd 2,791 1.00/1.00 vMB 260
493,288 493,288 0000000000000000002a2550a9299084b167924734a288423eec40407b881a61 1,731 1.00/1.00 vMB 72
493,287 493,287 0000000000000000001587942dd34495f23472fd3776be313d9f9c195dc772e1 2,214 1.00/1.00 vMB 39
493,286 493,286 00000000000000000031a0167f642a4bf2e6198a0c58d3a6f96e24fac46ce9a8 2,488 1.00/1.00 vMB 255
493,285 493,285 0000000000000000001de8cc5a30c5efdbd37bab80c8696d76eff0a7e95b27c2 1,620 1.00/1.00 vMB 73
493,284 493,284 0000000000000000006aa54acd76edabb922f1c4d7edc143dd2480c4b8f21e00 650 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.