Loading Tool

Explorer IconExplorer

Memory Pool

51,457 transactions
29.25 vMB
0.07924557 BTC
Random Selection Loading Transactions
Max Size: 158.18/200 MB

Candidate Block

Mining Attempt 7981c8f7b59f0f2c689ccafacbe550c8841d79d12c7d7424c3381ffb23d21f7b
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 05631a3febcb2d70de2b36e70f5d3d45f4851ac89968ae3fdd3501e7e2b8f035
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,471
Size: 1.00 vMB
Total Fees: 0.02323309 BTC
Feerates: 173.90 > 2.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (387,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
527,295 527,295 00000000000000000034d9217c10244a2b9210918e48c8d53c8f3f00dc35db58 2,413 1.00/1.00 vMB 53
527,294 527,294 0000000000000000001f17c0cf7c949325e786b2ae753e2e65e5ee4c2689a3e9 2,411 1.00/1.00 vMB 34
527,293 527,293 00000000000000000019fd28171eeadb43588dddb9387889ae36282c51f2700b 2,568 1.00/1.00 vMB 46
527,292 527,292 000000000000000000137cfff9b62dfd110d6315e6e44892cfd3e3f8cc2b3115 552 1.00/1.00 vMB 106
527,291 527,291 0000000000000000001dc5eef5afca7140da11785afcb83afa9f0a5212df1d3c 1,116 1.00/1.00 vMB 80
527,290 527,290 0000000000000000002d0140316d5da75f563d7c2ba6a6943e1a0e27a33f0caa 132 1.00/1.00 vMB 102
527,289 527,289 0000000000000000000905a39a7c3e56b68013ee8730c18a765d9861a7eb6590 50 1.00/1.00 vMB 99
527,288 527,288 00000000000000000038b33f66b46170e99b8cfdb225a96eb6c6cc3d83b733e2 224 1.00/1.00 vMB 104
527,287 527,287 00000000000000000003ed13c0b7f5a85797e57c90353fad380cb2ca717bacfa 2,461 1.00/1.00 vMB 59
527,286 527,286 00000000000000000024b1d65714a3795af29c19c7ae48d15f90e3fdedc12dc4 2,364 1.00/1.00 vMB 49
527,285 527,285 0000000000000000000e7f91d29df8c28cf05404d9a77153d4d8aa37f75fddeb 1,722 1.00/1.00 vMB 24
527,284 527,284 00000000000000000015dcfafcebdf6549d825526056e37554314acc80424d79 2,023 1.00/1.00 vMB 16
527,283 527,283 0000000000000000002af976c764d9852a823166be0f20e75971dc969f626094 975 1.00/1.00 vMB 37
527,282 527,282 00000000000000000031552854fde522e73177585ecd463dea64fb503c4e0083 1,072 0.97/1.00 vMB 53
527,281 527,281 0000000000000000000145c52c6e1cf786776b4e351e10b116662b253059936a 604 1.00/1.00 vMB 63
527,280 527,280 000000000000000000250c6c3e8f2524218e746b8483cccc815224f9c0205b34 876 0.52/1.00 vMB 22
527,279 527,279 0000000000000000000311ac2a295f12d4ee0eefe259b7b159258245efd24af7 995 0.80/1.00 vMB 10
527,278 527,278 0000000000000000000ed1f02642ca3db0b8bb00ab4f925df281b39b17d1963d 405 1.00/1.00 vMB 12
527,277 527,277 000000000000000000098967b7380e3de1a0a626d4f113d3984ba96d4c2b4999 820 0.45/1.00 vMB 31
527,276 527,276 00000000000000000037ddffd042476750f8405af5ea5d625fb89d1a6046710c 1,349 0.56/1.00 vMB 18
527,275 527,275 0000000000000000001a6d9149ed16823e157cc9f7cd36fbae35eaf75c43f501 1,071 0.74/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.