Loading Tool

Explorer IconExplorer

Memory Pool

73,196 transactions
28.20 vMB
0.07209335 BTC
Random Selection Loading Transactions
Max Size: 166.94/200 MB

Candidate Block

Mining Attempt 733f6bde395d78b70e5576ca833c47aafe3d39797beb70c0473e3ae39ec7db0a
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 1b32ea74b3bf24de62d22621330ce644f7343ac55e7e69184ff3acd0f8e5f5a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01555923 BTC
Feerates: 150.86 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (421,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
493,283 493,283 00000000000000000012ff609fb2f16652beb0b8f543eff04578aaeb509d5876 1,464 1.00/1.00 vMB 30
493,282 493,282 000000000000000000b253999c7a0d58afd8390624304c1de2ce8b606aba1562 1,779 0.88/1.00 vMB 73
493,281 493,281 000000000000000000774178ec4be6ec6f2bb4067de158eb8d2ab01989adefd7 2,146 1.00/1.00 vMB 66
493,280 493,280 0000000000000000009a00b72fb75b0692a73dc4b04f8c759c02f957fe0f1af8 2,438 1.00/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.