Loading Tool

Explorer IconExplorer

Memory Pool

49,136 transactions
29.80 vMB
0.09566126 BTC
Random Selection Loading Transactions
Max Size: 158.77/200 MB

Candidate Block

Mining Attempt 5e420b14388dc265b7cd3eb8fb6702fc305a0bcc371f6fa1d7f736a0f368befd
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 74f59c8a7ad8347dfe47dd5d790319179f78adb8d6222b8f6c8a7c425f30f500
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,225
Size: 1.00 vMB
Total Fees: 0.03218714 BTC
Feerates: 150.68 > 3.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (458,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,370 456,370 000000000000000001c1ea19a1adb92e35122f2501070616851db87211e9f810 2,999 1.00/1.00 vMB 242
456,369 456,369 000000000000000001447e70ea7741f61511b61f9546f01ee91eb1328cd8069f 2,133 1.00/1.00 vMB 202
456,368 456,368 0000000000000000024c6de09c05659d519070ab37e20120045df6408144df91 1,279 1.00/1.00 vMB 238
456,367 456,367 00000000000000000188abf672c15dde353f28caf7f54dc8973d71f253a3a07a 2,066 1.00/1.00 vMB 288
456,366 456,366 0000000000000000014d1437efab93ae660d0d1e44dad1051650132b83f5d697 2,338 1.00/1.00 vMB 155
456,365 456,365 0000000000000000008fedcfe18f13a5849e16e6366a295e1e086e1a900b1d91 2,822 1.00/1.00 vMB 149
456,364 456,364 00000000000000000142618ef7ffab291e3f10592bc5750e1e1897f76087962f 2,501 1.00/1.00 vMB 223
456,363 456,363 0000000000000000004562f1aec0f48628e8b016a6dbad1c56cbf89dd97736a1 2,208 1.00/1.00 vMB 445
456,362 456,362 0000000000000000016d73453c56808c42357b9151234eecb504030f5cd275e3 2,481 1.00/1.00 vMB 135
456,361 456,361 00000000000000000017daeec6c70fb6cf255126cc9093051e122b39e0356451 2,304 1.00/1.00 vMB 154
456,360 456,360 0000000000000000004f2e6bcfd24a364cbc4b38277a08e5e6cf8037de875753 2,646 1.00/1.00 vMB 140
456,359 456,359 0000000000000000007821616b5d2469bba91def23b5a22db0c5b8661e9b66b7 2,544 1.00/1.00 vMB 173
456,358 456,358 000000000000000000376d90c0f1e7e0a9b02629a32624f6b6f9c3b76d1a0e98 2,344 1.00/1.00 vMB 162
456,357 456,357 000000000000000001ea81888fa0e3590e11c6b2d4fe99500227b90600c61401 2,332 1.00/1.00 vMB 208
456,356 456,356 000000000000000001fd95cf2ae8d10ea4680903dc1fa4d5d4b471b956667b77 2,316 1.00/1.00 vMB 190
456,355 456,355 0000000000000000000eb78ed6360e05161853ea01dd68ff88d08e62ead01ad1 2,642 1.00/1.00 vMB 192
456,354 456,354 0000000000000000016a79487abcc77455ad7890d90b103a870dd7c1d43a0921 2,935 1.00/1.00 vMB 265
456,353 456,353 000000000000000002296203966c9d081b030f395956f6c8d2d78ee144f006e4 1,682 1.00/1.00 vMB 192
456,352 456,352 0000000000000000024851f10fe23c91380d50b539008e70b1d2356671df3a96 2,758 1.00/1.00 vMB 292
456,351 456,351 000000000000000002517183f6dadb5371d57878a201a8af9a3fa81f8445ff70 2,554 1.00/1.00 vMB 259
456,350 456,350 00000000000000000253fa3620a7e89e1734d3ffea816998a65d1f73c9f42882 2,381 1.00/1.00 vMB 252
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.