Loading Tool

Explorer IconExplorer

Memory Pool

87,821 transactions
32.56 vMB
0.24763864 BTC
Random Selection Loading Transactions
Max Size: 194.61/200 MB

Candidate Block

Mining Attempt 5f95592d7c8b80d987203537e6b3f5a6fdcd9b7641eca973d1dfaa487eea1012
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (316,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,577 598,577 0000000000000000000a6e553843537dec7854987337ba8d77c7ebba85992065 2,696 1.00/1.00 vMB 26
598,576 598,576 00000000000000000014bb2bddad4d5044c32b6cda7d36d2e8e1b63b7af6df61 2,860 1.00/1.00 vMB 55
598,575 598,575 0000000000000000000682164224dc4979662b3824ccad634d52f1bd1a232b00 1,991 1.00/1.00 vMB 4
598,574 598,574 0000000000000000000cae93eed97fa5b634aa62d352bc11c74f3e50460aa95e 2,924 1.00/1.00 vMB 37
598,573 598,573 0000000000000000000c922fb2204082ebe2710ecc7568719e4173d75c5ad2c6 64 0.02/1.00 vMB 39
598,572 598,572 00000000000000000000b81f9a74a4bc2337b5999fc59392b4479498a0891a24 1,956 0.65/1.00 vMB 19
598,571 598,571 00000000000000000007c5c2495672cf1390d3310bebac06f8aacdcc6b8f91f8 2,778 1.00/1.00 vMB 27
598,570 598,570 0000000000000000000592083e58bfac0cf8f817b188a6e734848fbb4a2aea23 803 0.25/1.00 vMB 27
598,569 598,569 00000000000000000010fff8e3848da6c9562b51e1f7f60cdc3b2f0bee682c2e 1,962 0.72/1.00 vMB 15
598,568 598,568 00000000000000000007921e272695cdad62ed2a15111d412c879769e05c4553 1,816 0.57/1.00 vMB 21
598,567 598,567 00000000000000000003e1f000a959d67dd0b0886fa2c1db1d8dea8bfe389695 2,962 0.93/1.00 vMB 18
598,566 598,566 0000000000000000000f03ea9481a016ca5940c2fd6891ee380b04dd2ab4d010 2,678 1.00/1.00 vMB 21
598,565 598,565 000000000000000000005ea310d7c82000f53f33a0b0df4fe49370fd3c91e6bd 61 0.03/1.00 vMB 23
598,564 598,564 0000000000000000000bc48f2463a63811ba7cd7d146b465d9ee84f44dae4ec9 448 0.13/1.00 vMB 20
598,563 598,563 0000000000000000000e268e9e01dad51da8dda7249c2daa108bb77965f28b52 662 0.24/1.00 vMB 31
598,562 598,562 0000000000000000000569f49418cc75c89637fc804e44a6461d4e1781e711b3 2,343 0.98/1.00 vMB 16
598,561 598,561 000000000000000000139726f9f3639836d766cfdd5ed0f9802ff48d052ee46a 1,192 0.41/1.00 vMB 22
598,560 598,560 00000000000000000010665b74db7bb50958853a51cc1d49a397b7c0c08e976b 1,070 0.28/1.00 vMB 4
598,559 598,559 00000000000000000003c7005fd05f27ae0f37944b2b2a6915e31f362a8b062a 3,221 1.00/1.00 vMB 15
598,558 598,558 00000000000000000001db69768272c0760511a822d52e436af448155a931bf7 3,328 1.00/1.00 vMB 40
598,557 598,557 0000000000000000000012a85f26f5c7bbab1e44f14fe5cf3e0f768d80434a08 1,824 0.55/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.