Loading Tool

Explorer IconExplorer

Memory Pool

78,061 transactions
29.29 vMB
0.06355141 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt e6d4dbb8b6f4e2fd1a20b2a5b5a2df1e2dd1f7af895a5ff6a1bfd07949b1f34f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (216,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
698,368 698,368 0000000000000000000d107c277c964d8e1e86704cc2024591993aeda7f3d49c 2,021 1.00/1.00 vMB 4
698,367 698,367 00000000000000000004b98d1ba7f2d7cde359e60bcfe9502f21d6c9b65117b8 2,886 1.00/1.00 vMB 6
698,366 698,366 0000000000000000000fab63739c98043ecca528fc6b66a1549f916e63b5c91f 444 1.00/1.00 vMB 5
698,365 698,365 0000000000000000000ece19a44e3d212ec9f406cc24f3d2f9427b38bccf677a 518 1.00/1.00 vMB 6
698,364 698,364 0000000000000000000716bc42d3044119c5c188b3bfcf5ea2a85d7109a80f8d 2,080 1.00/1.00 vMB 9
698,363 698,363 00000000000000000004ce56d74159b25389d1a1ee137024f1f228a7467f4055 2,923 1.00/1.00 vMB 25
698,362 698,362 0000000000000000000a962aefc4b4c6e4180476938fa388058c44b2205237bf 2,152 1.00/1.00 vMB 16
698,361 698,361 0000000000000000000e539bac46b10a354b8b71067e43189a7d5b26f008eb83 190 0.06/1.00 vMB 14
698,360 698,360 00000000000000000005f049afc6f1930779b60ae38bde3f49996de349e5ff48 719 0.42/1.00 vMB 19
698,359 698,359 000000000000000000041ad1a86b5f61d60bcd435e661cd4d7e2e5cbabcf1ead 225 0.11/1.00 vMB 8
698,358 698,358 00000000000000000006f2ec0cb1d9d2a60b649e90b882ada540a726892ad328 1,345 0.97/1.00 vMB 5
698,357 698,357 0000000000000000000b1aa59335eb78d19cc53d29bc72114beb5a4a1be8cd6a 2,154 1.00/1.00 vMB 14
698,356 698,356 0000000000000000000eceec2ed1e306bd8c58183de1340ee052b7d985638610 1,004 0.25/1.00 vMB 10
698,355 698,355 0000000000000000000a98a60556a72ae026fd60385e308e92db5d7bd64498d4 179 0.05/1.00 vMB 12
698,354 698,354 0000000000000000000a3aa5105ccdb9b010fb1f7365d1e537740cde2c8f7982 572 0.24/1.00 vMB 10
698,353 698,353 00000000000000000008b689999ac0a32eaa5251ba8c2f9038a859afb49357c5 1,496 0.77/1.00 vMB 5
698,352 698,352 0000000000000000000d07def653634b3747b513a4a358aaf5eaa7ccaf5611da 2,888 1.00/1.00 vMB 18
698,351 698,351 00000000000000000002503596d0db2621cba783f09ea2386d0f39a71c0a1956 926 0.31/1.00 vMB 8
698,350 698,350 000000000000000000084f5d5b30d497275b335fba5aeea708124bbeb40b1374 2,058 1.00/1.00 vMB 9
698,349 698,349 00000000000000000009488ab668360a69e02ed1506e37b38dfd8e7cef78eb5d 1,767 0.67/1.00 vMB 14
698,348 698,348 000000000000000000024d10739d330a8e146cb0da3acc44359bc3e20d42747c 27 0.02/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.