Loading Tool

Explorer IconExplorer

Memory Pool

34,429 transactions
27.14 vMB
0.05559605 BTC
Random Selection Loading Transactions
Max Size: 135.78/200 MB

Candidate Block

Mining Attempt b1df4cfeff7734925fa2d3e8f54858ebb93571fda7bee1363ef8d280a492ab47
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (529,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
385,409 385,409 00000000000000000395a910f8cdadb514d959c5088ca4d7ae2eef4cdf515da9 1 0.00/1.00 vMB 0
385,408 385,408 000000000000000004c5dcafd1f565552481b766ef05c17fd100bf50e0806c62 1,278 0.62/1.00 vMB 31
385,407 385,407 0000000000000000077e63a99a0a51185e77d208fd92fdc2d8737e43debf5527 1,015 0.52/1.00 vMB 32
385,406 385,406 0000000000000000090e1946d5dff37f0fd6b1030382cc8ddc9f73850fca8085 1 0.00/1.00 vMB 0
385,405 385,405 00000000000000000df8874e0599ccc6c7a766a63d15b8b975bc70dafca73aa9 416 0.33/1.00 vMB 19
385,404 385,404 000000000000000003de9b78b65867fb5bb59588923bcba8e60750854297b43f 678 0.40/1.00 vMB 27
385,403 385,403 0000000000000000000f8546dcee8db2a0b04b2bb9966a5a3547f14aefe7e8d2 1,185 0.99/1.00 vMB 20
385,402 385,402 000000000000000000edce617d486c621ddba17aec6c34da0a0cd5ca58fa6a94 2,065 0.93/1.00 vMB 35
385,401 385,401 00000000000000000171eea501a62c432578c825139514b4cde1550a3b9f4cc1 2,451 0.75/1.00 vMB 54
385,400 385,400 000000000000000004e1b09dc1d68d78fdee7f87c54bacf50458c276da72d167 1,728 0.90/1.00 vMB 33
385,399 385,399 00000000000000000aed8a8b5ea1ee6d543324a7bfb4c477127d9ca369e8dcca 871 0.62/1.00 vMB 21
385,398 385,398 00000000000000000b5a72ee138cfe40a93a9fa27b122acf19a32410204d7ef3 504 0.26/1.00 vMB 31
385,397 385,397 00000000000000000c1bc7cd5bcf2d94e34e4d74b44ab185b49e4e92442abeb8 835 0.97/1.00 vMB 16
385,396 385,396 00000000000000000641460baaae05247f1c3727a3c04104c2d0a06453575722 360 0.99/1.00 vMB 5
385,395 385,395 0000000000000000073961cd9b68920e76866136cbb2e3cae1fa372c3a2b2939 2,116 1.00/1.00 vMB 34
385,394 385,394 0000000000000000068d178d1f6e205ebf53fc1dc5a8ba5973d8da7f9fc23b7c 703 0.29/1.00 vMB 38
385,393 385,393 0000000000000000040e5fdb7cbbee617026fd0bae1729f47bd0aeb18fef49a8 1,353 0.65/1.00 vMB 37
385,392 385,392 000000000000000006ea2d2d1b89517afc28c935617202e2725ca00484e9ba81 648 0.29/1.00 vMB 33
385,391 385,391 00000000000000000ed073bdf130669103e0b7d5430d4c53e7f64e61d1519d57 741 0.40/1.00 vMB 27
385,390 385,390 00000000000000000c897b54631663a5757ed36470e6a2a9c4e0dbdb137acf01 203 0.14/1.00 vMB 23
385,389 385,389 000000000000000003e5ad3931ac63a9a968747bebc38d3d7b7141acb4824856 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.