Loading Tool

Explorer IconExplorer

Memory Pool

40,185 transactions
28.85 vMB
0.06659833 BTC
Random Selection Loading Transactions
Max Size: 146.92/200 MB

Candidate Block

Mining Attempt 888e1352c4e3ae4150aee8ab29e9d3c97ccd6b963b3566f38d2706666dd2d881
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 6df4e31e24328a718f9f12f60141b131ce9198b63d214b84d403858e6ff33c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00932014 BTC
Feerates: 101.61 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (399,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
515,250 515,250 0000000000000000002250924153bb611af191a25cf821cf39d827b1a878dd9b 2,227 1.00/1.00 vMB 63
515,249 515,249 000000000000000000191c6f09eb918a1018bb97c0beacf286f0ae4980493350 2,339 1.00/1.00 vMB 18
515,248 515,248 000000000000000000274e9d16b0f4e9c62fd8631e22b50fe914afdd9b928e0e 1,978 1.00/1.00 vMB 9
515,247 515,247 0000000000000000003eb22f864a831ed9e2eec44b265c0476aeb8065a1b3931 2,077 1.00/1.00 vMB 47
515,246 515,246 000000000000000000397b7041dd8fa0f0233d82b5e28c27a227d761a14627f0 1,367 1.00/1.00 vMB 34
515,245 515,245 000000000000000000497cdc63c2a80fab15f02151bc47f6a2cdf59411e15c22 777 1.00/1.00 vMB 30
515,244 515,244 0000000000000000002e0019c84549f245cedb6d0f9ea7727961173d8fa4d566 736 1.00/1.00 vMB 64
515,243 515,243 0000000000000000003d49f56c879c10ceff4066969b0c8721f063778d273e01 719 1.00/1.00 vMB 2
515,242 515,242 000000000000000000172fe7d4800d528f7c9fe32054f6af2767719400cd6e0b 1,940 1.00/1.00 vMB 38
515,241 515,241 000000000000000000163f3cc04970fa21c1537c5c3b522428600027addb3250 788 1.00/1.00 vMB 19
515,240 515,240 000000000000000000218c578ef38f35921a80ade0b317912f4c2c8640bc6576 1,018 1.00/1.00 vMB 6
515,239 515,239 0000000000000000004e5df5752bb86f54e58d3627b1744dd92e2cdd91cdc76c 2,292 1.00/1.00 vMB 41
515,238 515,238 00000000000000000011104a9cb80ead7018914afcdd005ee53ec48a61f0effa 2,417 1.00/1.00 vMB 10
515,237 515,237 000000000000000000081d816e6be9eb5c85b026a05f57cda84e4de4d23a6f3f 2,425 1.00/1.00 vMB 74
515,236 515,236 00000000000000000047bc94c4bed571ed7b23ab9725f01891857152bf0dab11 1,868 1.00/1.00 vMB 22
515,235 515,235 00000000000000000006724e7abb5210f88da610cb341be191795a3b6d8c03d0 1,869 1.00/1.00 vMB 24
515,234 515,234 0000000000000000002c7ed35b7ad8ca4f6163c5c5dc1484e9570ab016ba35d5 2,174 1.00/1.00 vMB 47
515,233 515,233 0000000000000000002049bd357bd60898ef9eb92a83e7c031cf7bf3f94a5700 2,368 1.00/1.00 vMB 38
515,232 515,232 00000000000000000029e1e6d285e724084de74dfdc29833f37b168d9951dfcc 2,255 1.00/1.00 vMB 50
515,231 515,231 0000000000000000001a0b7bbb913d9e8c05bc43177f62d9cdd3ddc1f5fd92ee 1,330 1.00/1.00 vMB 25
515,230 515,230 0000000000000000002b84826c0ba3de2ec60ed1443df1315fd55ae3a815f3be 1,062 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

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