Loading Tool

Explorer IconExplorer

Memory Pool

39,387 transactions
26.16 vMB
0.05229577 BTC
Random Selection Loading Transactions
Max Size: 136.27/200 MB

Candidate Block

Mining Attempt e9fa0cb7211c4a118f4905201c7e9cfd6f2d0e7d826449965aeb77d2a9a11bef
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 25ab5b8a71c93134570372a105f8d93edf2785cf50055fc6fbf0b2bf7316ef75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00441929 BTC
Feerates: 100.00 > 0.44 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (99,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,358 815,358 000000000000000000035c15994cb73728f4eb459a5963836dbddfb62b378fda 4,355 1.00/1.00 vMB 45
815,357 815,357 00000000000000000001dce70ce23569e38004ae439587ec7d71d3625ae74787 4,541 1.00/1.00 vMB 39
815,356 815,356 000000000000000000028800b8720b47a690f2e4a16ead56499abb9ce2ef6882 3,607 1.00/1.00 vMB 46
815,355 815,355 00000000000000000000c419067d6a13cbbccbba4251db9f6be759cc15d79589 3,668 1.00/1.00 vMB 51
815,354 815,354 00000000000000000003f4c3c0073d2ba4378b76ee02f8bfc266126a7edf6a08 5,925 1.00/1.00 vMB 39
815,353 815,353 00000000000000000002df75447c9dc0518dbee81d493fb34a4f3f6ccaca7612 5,353 1.00/1.00 vMB 39
815,352 815,352 00000000000000000003a3194766edfa8ee0e74fcdcba341a2bc082602924716 3,927 1.00/1.00 vMB 46
815,351 815,351 000000000000000000032faafc76dcc90935fd519bd7e88c5181a40e1316f6e3 5,885 1.00/1.00 vMB 37
815,350 815,350 000000000000000000021984266cf57e793ed68d8561e0ad78ba24c9a4d1a4dd 4,575 1.00/1.00 vMB 45
815,349 815,349 00000000000000000004641ef583df5ef129a008152839b9ca6ae9e12f617063 3,831 1.00/1.00 vMB 49
815,348 815,348 00000000000000000000238d6f7cd29b35d3e9cad3e5e4b77ae7849dbf18fb5d 5,620 1.00/1.00 vMB 35
815,347 815,347 00000000000000000003b2a4bd73667a9b2c7deebd730239ca5876a8870dde6c 5,042 1.00/1.00 vMB 39
815,346 815,346 0000000000000000000109dbf8e18bcc3229e4ed34d80b597bc81aa8d5f24781 4,207 1.00/1.00 vMB 48
815,345 815,345 0000000000000000000043cdd6fc398609f0323a1bc813994a6fb41d96f2cd85 3,536 1.00/1.00 vMB 47
815,344 815,344 00000000000000000003a55cf8d2e53cd03c1d8e3beef125ffc3527ef64ce22a 5,125 1.00/1.00 vMB 40
815,343 815,343 0000000000000000000396850ae02d7272425e32ac3f45cc6527f8643448f516 3,644 1.00/1.00 vMB 36
815,342 815,342 00000000000000000002ca9a612b2e9bdfbca750df4b3f7533060c7c8ad99d38 5,017 1.00/1.00 vMB 43
815,341 815,341 0000000000000000000313c5c0b858d47a7bad67e47d14a043cd2e5cb59b0ddb 3,463 1.00/1.00 vMB 45
815,340 815,340 00000000000000000001070ce58321cdd43c0e69980c95701f5c310f8508c325 5,726 1.00/1.00 vMB 43
815,339 815,339 000000000000000000024bf82182c78a7c45176291528d3d2d59b41aa87b497d 4,237 1.00/1.00 vMB 50
815,338 815,338 000000000000000000038114888cd4df00ac18c762d1525b18a03e4994527076 2,595 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.