Loading Tool

Explorer IconExplorer

Memory Pool

78,506 transactions
29.43 vMB
0.06861208 BTC
Random Selection Loading Transactions
Max Size: 176.77/200 MB

Candidate Block

Mining Attempt 1a2ecc77dec7f94a1051d972d5af2532d574b4e4a8f8eba8359eb357d67d15c7
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root ac08a7dfb5df44dc8d164a2c02b6e57ec3f47d3716b0109acf34aea9dc13809c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,042
Size: 1.00 vMB
Total Fees: 0.00894170 BTC
Feerates: 150.77 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (538,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,584 376,584 00000000000000000fe62074e29459667c94621954ffef4d80a29f5307e5cc86 1,524 0.73/1.00 vMB 39
376,583 376,583 00000000000000000407dd861360109d3065d86a83d2e1474cad64e2fc2c9edd 1 0.00/1.00 vMB 0
376,582 376,582 0000000000000000018019a9c90e8a4270132d1ad168ac198bcee97a1cf3838b 983 0.48/1.00 vMB 48
376,581 376,581 00000000000000000031395a0aeddddb4d4d313cf2212e50c4601f5d15503d67 2 0.00/1.00 vMB 0
376,580 376,580 00000000000000000e80df0a3478cf597d11cb2021cba7d9b8e1761ca20c303f 472 0.24/1.00 vMB 40
376,579 376,579 00000000000000000881e6ad28e3c0d52d4225de06448c7342ed83c745602639 1,907 0.92/1.00 vMB 45
376,578 376,578 00000000000000000bc5a98195a08afbd947518a79c1f8a4155caa45647f9b2b 988 0.49/1.00 vMB 37
376,577 376,577 00000000000000000b7324761e4e2cfed265eb63d56d8ea52c81722d01b7f438 1,153 0.66/1.00 vMB 37
376,576 376,576 00000000000000000b304a89e75f6174f2aeb551fee3338416f020e6fff9e096 2 0.00/1.00 vMB 0
376,575 376,575 0000000000000000003a143419a431744c14db2d0cdfb46c2ceafd52c13f7a34 2,056 0.95/1.00 vMB 42
376,574 376,574 000000000000000005fa47652f1603f866ba790406226a0f0da3deb50368f0ff 189 0.08/1.00 vMB 45
376,573 376,573 0000000000000000001984e40e744f08d2d0e8ac03256ae68b4c6edfc42875c6 359 0.18/1.00 vMB 40
376,572 376,572 000000000000000005e55170b61bd0b2c28d2bd33b39a04d44e51fe4baf54cd7 354 0.19/1.00 vMB 42
376,571 376,571 00000000000000000a1d8fa10031af1dd80cfe4856d9e2315604a3b5b6e8cc54 282 0.15/1.00 vMB 48
376,570 376,570 00000000000000000e0f691e17c7a2cafce20c0b6659e00c97b2c38bf4fad155 1,190 0.61/1.00 vMB 37
376,569 376,569 000000000000000004f87d687e792359a24731bad729bdbc397f3fbb1901cf2c 115 0.06/1.00 vMB 36
376,568 376,568 00000000000000000fc03ec4f1ee2eba75e1b1c1cd903e8a79d35acbf468da74 1,130 0.69/1.00 vMB 32
376,567 376,567 00000000000000000cb0e6165db660d1a7b48cb4b389a4ea6d53299cf44264fb 1,248 0.62/1.00 vMB 38
376,566 376,566 00000000000000000417a94371b18b98dabfffdc0e9a29a84998d92cb4a3db0c 871 0.41/1.00 vMB 39
376,565 376,565 00000000000000000e6567d4733b2304bab0e76073b796e8acf8ffbb81afa347 938 0.82/1.00 vMB 15
376,564 376,564 00000000000000000842e61231ffd29652e67b49d451bf6a8b45e30f2e2427e6 2,206 0.95/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.38 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: 664.44 GB
    • Received: 14.97 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.