Loading Tool

Explorer IconExplorer

Memory Pool

80,855 transactions
30.08 vMB
0.12679522 BTC
Random Selection Loading Transactions
Max Size: 180.93/200 MB

Candidate Block

Mining Attempt b711abf340454f37ea8f5c637f3fdc6c90ab5b75f965929f3b617148d64968b0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 971a46dfd044bb34453e195afd80cf122c3a2960f9b032e02de9bfefbf14bf15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,789
Size: 1.00 vMB
Total Fees: 0.05244287 BTC
Feerates: 242.90 > 5.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (454,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,348 460,348 0000000000000000017355140e59b15a92f4c2d1c0d87291bae19d40904c419b 2,497 1.00/1.00 vMB 213
460,347 460,347 000000000000000001212c67dc17e1c0363c5057cad8344f36677cb2e92c0268 2,632 1.00/1.00 vMB 262
460,346 460,346 000000000000000000e53f2d3c42a1b0eb3d6239a6379b34a456488cb7b48d87 1,126 1.00/1.00 vMB 102
460,345 460,345 000000000000000001bcb5f4f37123ac610e113614c80d30f835ee293df5f8b8 2,340 1.00/1.00 vMB 248
460,344 460,344 000000000000000001d97df82f0ab3d61d87ce25932c24bb9b88080d8af13603 1,453 1.00/1.00 vMB 101
460,343 460,343 0000000000000000004db99246b4f7390a9f6bf1030e9df8a7feb9881382ea82 2,179 1.00/1.00 vMB 143
460,342 460,342 000000000000000001de42a87294a7de7a517d9170444d6783b7ff30b685586d 2,269 1.00/1.00 vMB 163
460,341 460,341 000000000000000000d41dc017d7c1ff86691ec3a81857d5c26dd5a7b27fea46 2,045 1.00/1.00 vMB 127
460,340 460,340 0000000000000000010ed86495acb8636258dc8e20a1aecd162762478495124e 1,048 1.00/1.00 vMB 183
460,339 460,339 000000000000000001bcab3e719012ca5d110be9c6388b85298e3e620e56aaae 1,726 1.00/1.00 vMB 106
460,338 460,338 00000000000000000181f13032b33838ebdb18e3c48b653bf430234f86d2215e 2,347 1.00/1.00 vMB 118
460,337 460,337 0000000000000000006776143de4be96bb825ddf24957954239f78f4b96cd249 2,306 1.00/1.00 vMB 178
460,336 460,336 0000000000000000019ce7ad1c27445e5ef8688af2cef14fe0afcbe6b0521dd7 2,409 1.00/1.00 vMB 154
460,335 460,335 00000000000000000170d545f1e9bf7c4accca76fb9b5b2d6234d2dc083d0a89 2,017 1.00/1.00 vMB 127
460,334 460,334 000000000000000002218fa76a82bff61281abc0314a52a13f002b4b1074477e 2,135 1.00/1.00 vMB 166
460,333 460,333 00000000000000000008a13471cf52effce1a1d3715cf828c86155516768709a 2,292 1.00/1.00 vMB 212
460,332 460,332 0000000000000000006c9f8919611b7fcb82fc7f165f13a0e599e5cda4f5d179 1,248 1.00/1.00 vMB 107
460,331 460,331 000000000000000000829761c75edd308a96eb72073a35f26c4c9c48f4720241 1,493 1.00/1.00 vMB 87
460,330 460,330 0000000000000000020630bd458a9e9708edeab81e4c1ad99c52f193c3086bbb 1,671 1.00/1.00 vMB 133
460,329 460,329 000000000000000001d78fbc469fd89fa90250f3d1acd60043ffb4ffb468fe74 2,077 1.00/1.00 vMB 123
460,328 460,328 000000000000000000109268852b09c02d1f169a5dd37c5f5afcc80cf9ebcad5 2,040 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 782.67 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: 673.23 GB
    • Received: 16.42 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.