Loading Tool

Explorer IconExplorer

Memory Pool

45,784 transactions
28.58 vMB
0.07360440 BTC
Random Selection Loading Transactions
Max Size: 151.79/200 MB

Candidate Block

Mining Attempt 1577608f0f21837bdf4d7ee073e8694fea13a0123984eb88e7edbd144821bd1c
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 594ade1272c7d97df05d531bff8bf3d77c9c38fd6ec45b3eba1f568f89f862d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,540
Size: 1.00 vMB
Total Fees: 0.01944691 BTC
Feerates: 361.66 > 1.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (173,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,300 741,300 00000000000000000000d87b2c6039612ccc8c325802c9ac26ccd4a0339ec042 703 0.31/1.00 vMB 13
741,299 741,299 00000000000000000001ab46fe18bed94191bd579bc1174db2561b9c9e04d5d1 1,178 0.88/1.00 vMB 8
741,298 741,298 00000000000000000002ff80776c60b26934d4cfe7fc9f9ce13100bf1997bd8c 2,498 1.00/1.00 vMB 14
741,297 741,297 0000000000000000000577716e1ecef3f762b27d84c84d8e4e7579b9ab420c43 284 0.13/1.00 vMB 19
741,296 741,296 000000000000000000091ecfa8ee3727b0a0aa88cbe8479fed3e225702c1b5a0 841 0.30/1.00 vMB 13
741,295 741,295 000000000000000000082b73fdaf4cfdd1c6dbd4b7242daea2f0240004a3a5b6 1,652 1.00/1.00 vMB 8
741,294 741,294 00000000000000000003fad82e7da7f9d87556f475e31ff1f43a7663c51f1c77 720 1.00/1.00 vMB 16
741,293 741,293 00000000000000000001bccf4831950d85cce5715db15d8c0ff00b08074cf63d 2,077 1.00/1.00 vMB 26
741,292 741,292 0000000000000000000386519d63f896991a9b0e04ae13b4fd35a40b99c96dd3 960 1.00/1.00 vMB 11
741,291 741,291 00000000000000000005d0d27029fd77dae9da4575701d927e8b4ab535174eca 213 1.00/1.00 vMB 2
741,290 741,290 0000000000000000000704bce10a9add7d46c1e9e0a2ffcd516a17388b270bc0 1,210 1.00/1.00 vMB 11
741,289 741,289 0000000000000000000253c12f670bafbf444dedffb8e94f68ca468c2d334256 604 1.00/1.00 vMB 3
741,288 741,288 00000000000000000003adad6bfcfe89b70ab36c7b36096ec7b1ff4fcf1be809 1,558 1.00/1.00 vMB 12
741,287 741,287 00000000000000000001cee62b26febeb9682ea9c74238e9384c91d7c30efff9 1,556 1.00/1.00 vMB 16
741,286 741,286 000000000000000000008d44a4f4d02525b09ff156f0a8451f5b9ef8d65bf01c 1,479 1.00/1.00 vMB 11
741,285 741,285 00000000000000000008ea1b5d41ecc55aa6352dcc98297640118b346bf22eaa 2,052 1.00/1.00 vMB 8
741,284 741,284 000000000000000000015fefc9a09b6ed5450d8d3a924479375a97ea4e99df7c 1 0.00/1.00 vMB 0
741,283 741,283 0000000000000000000166e4152af775378d23d986b318a3acda6321f858525a 2,696 1.00/1.00 vMB 25
741,282 741,282 00000000000000000008eab648dbdac958101829cbe9d99549e7b1f50fcb7c96 3,095 1.00/1.00 vMB 31
741,281 741,281 00000000000000000003ebaf76811803e8c331b82efbf2b4bcce979bbb5d49b4 3,451 1.00/1.00 vMB 5
741,280 741,280 000000000000000000008dbd73e125847abed8f99263e547490453e226cf3779 2,618 1.00/1.00 vMB 14
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.17 GB
    • Received: 13.74 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.