Loading Tool

Explorer IconExplorer

Memory Pool

37,148 transactions
26.31 vMB
0.09886291 BTC
Random Selection Loading Transactions
Max Size: 134.87/200 MB

Candidate Block

Mining Attempt 927d8c3c3f72f2e7ea5637ba326d667503da911ed2129238a4979c20888ee46c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 79356a2e2d44e65efca6d5313f3cd3affcf9dc81e2ecb6917e12647d7b7d66bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,132
Size: 1.00 vMB
Total Fees: 0.05000518 BTC
Feerates: 201.13 > 5.01 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (530,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,352 384,352 00000000000000000f7bd53784238a4d404b4ed74abf78bd0c9edc2434170cff 559 0.56/1.00 vMB 15
384,351 384,351 00000000000000000e51e47c0efa422c7011cb6083de6b903429c8082c29ddd7 447 0.34/1.00 vMB 22
384,350 384,350 00000000000000000ee199c70b09f007ef8e2483c1d51aea676189d29e7f3699 1,950 0.93/1.00 vMB 36
384,349 384,349 00000000000000000d9b3f9a75a4c41bc27c37d9d39ec4aed318788c90db7211 1,144 0.93/1.00 vMB 19
384,348 384,348 000000000000000000a5cc8c5fb95c2b43cee45d0f4d0e6173e965acfa99c2db 1,771 0.75/1.00 vMB 37
384,347 384,347 000000000000000005388c72e8c98009cabbc2aae70600ae48120a492c3af4d4 2,944 0.95/1.00 vMB 63
384,346 384,346 00000000000000000b7b207c9579146cf3a39f055702eb2203d2896643997791 1,877 0.98/1.00 vMB 30
384,345 384,345 00000000000000000cff2277b72600c445cf02aeaccd4708f98968430d1d612b 1,200 0.56/1.00 vMB 38
384,344 384,344 00000000000000000d9f43871069232e3ee06137efa68a81a59b293d32585f3b 310 0.23/1.00 vMB 17
384,343 384,343 0000000000000000014eee73c47c483d37bc40dee91fd4cf0b58c78939a95969 74 0.07/1.00 vMB 16
384,342 384,342 00000000000000000d071159b52dae28947856f93db29bf8d52e97f2b7d3c32d 559 0.69/1.00 vMB 13
384,341 384,341 000000000000000007b726125139a5c4189fdf84eda743438a1426110a5563b2 2,669 0.93/1.00 vMB 45
384,340 384,340 000000000000000001bd89f0e1b6f606889314232cd1c7c95978932b6eeb30a5 321 0.18/1.00 vMB 27
384,339 384,339 00000000000000000eabf0d517e6434d735277745e685f2eba4f4714d2ba67d7 1,196 0.81/1.00 vMB 34
384,338 384,338 00000000000000000d223e73e97e7978f89804a0816a31d8f8ef0c2880769f74 521 0.34/1.00 vMB 18
384,337 384,337 0000000000000000063f734e4b61178c22ba4ebbbd3f584d0479db17440c2216 1,188 1.00/1.00 vMB 20
384,336 384,336 00000000000000000bac424640f979f68df939e4425c8ecf5b122d09fc0a8e8f 1,760 0.93/1.00 vMB 24
384,335 384,335 00000000000000000c6da0acef2c3cad367e5fa5cb49d4bfd06b8d9b208dba8d 1,609 0.69/1.00 vMB 33
384,334 384,334 00000000000000000b289c1aed9b2e7d189bcd519ea92193cc30816e8a4db197 3,403 1.00/1.00 vMB 67
384,333 384,333 0000000000000000070fe5347917ddd4f9ff77823013437338cbb356d8bd3f90 151 0.09/1.00 vMB 24
384,332 384,332 0000000000000000058a335e314156ad3e45d4ee9bec519f17ad58eb28f9244e 349 0.66/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.82 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: 636.21 GB
    • Received: 12.36 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.