Loading Tool

Explorer IconExplorer

Memory Pool

48,479 transactions
30.46 vMB
0.10511489 BTC
Random Selection Loading Transactions
Max Size: 162.31/200 MB

Candidate Block

Mining Attempt 3c6892eec0e8882abaea4669a523082198b5b56903f18c91025f5687ed9a23d6
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 81fb954d2c0f760939a907d93bab563cbe3717eb1e7eb7d12c37c39200b399f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.04144922 BTC
Feerates: 150.97 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (237,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,280 677,280 00000000000000000001933086bd4ebac3fb82cae0b84157913a73e70211a6b9 2,391 1.00/1.00 vMB 28
677,279 677,279 0000000000000000000158f84ac9eb5d8301189b7494262e9cb0c29c97a55a79 3,030 1.00/1.00 vMB 72
677,278 677,278 0000000000000000000327f652d017d39b80db4d47b747166861a3a331a0f641 2,602 1.00/1.00 vMB 49
677,277 677,277 0000000000000000000905d0b980d5c5071ba84998e421d32c27db21e995752b 2,391 1.00/1.00 vMB 28
677,276 677,276 0000000000000000000600b5f0d2af3d27a4c7e624497dec001d305b89e1558a 2,402 1.00/1.00 vMB 71
677,275 677,275 00000000000000000009e6ec1b05d1bb9f445021f7b43e3437456281e33f2276 2,794 1.00/1.00 vMB 54
677,274 677,274 00000000000000000005b6ffb1a2e3d7ab23bfef93306db326c93d56784042b1 2,737 1.00/1.00 vMB 67
677,273 677,273 0000000000000000000bc594ea01ff6c78f4196d3f97530f05c2deb241fa5fa7 2,896 1.00/1.00 vMB 53
677,272 677,272 000000000000000000009b509152556497dba5c0dd382130409d4741c0462cb6 709 1.00/1.00 vMB 62
677,271 677,271 00000000000000000009c9359febf9433866f84a2270581b678f4c1a9c2c1b91 1,536 1.00/1.00 vMB 76
677,270 677,270 00000000000000000004491ad25c7fef60bbdaed4afe6282a565d659754439f2 1,869 1.00/1.00 vMB 60
677,269 677,269 00000000000000000003bd8a64f3d9d0519f537ca81eed82cdb615b632b0ffc0 2,944 1.00/1.00 vMB 77
677,268 677,268 000000000000000000042b20d3c94db56581303b0542bb467b7264cc7cfcbb63 1,817 1.00/1.00 vMB 65
677,267 677,267 00000000000000000006e2d933839426458fe8fc70d1f95edd287ff6692c704e 2,114 1.00/1.00 vMB 87
677,266 677,266 00000000000000000002b2ed74fad52fd5bf3f13173402cc3423ffecd8ef8174 2,302 1.00/1.00 vMB 83
677,265 677,265 00000000000000000004675bc86933544c2b8626a64dd55ed45200cd6812ab66 2,054 1.00/1.00 vMB 27
677,264 677,264 00000000000000000002f72b068598608dd11af05dc476579ab14ba9c3b2c942 2,334 1.00/1.00 vMB 34
677,263 677,263 0000000000000000000b33524e564d6c3d2ef5181915af17b6905c88c3b9464f 702 1.00/1.00 vMB 69
677,262 677,262 0000000000000000000ba0ee1f714f1a50d2d1cb5781973ab3c775bbff2877ad 2,919 1.00/1.00 vMB 105
677,261 677,261 0000000000000000000a8e564421eeead7cd40d4d2ecaadb2de010cda53f5163 1,875 1.00/1.00 vMB 32
677,260 677,260 00000000000000000006146b68f5dc3449b50ce46d00a60913c9e80ff4aa3f29 2,513 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.13 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.39 GB
    • Received: 13.76 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.