Loading Tool

Explorer IconExplorer

Memory Pool

80,082 transactions
30.03 vMB
0.08714154 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 64ffed10a936f84e10630fe18727809bd74234e57b4a381cd6e8f4b15cb50790
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 802bb2af82ef291866d98e32f793fbaf1827f1cab76948dbbca6121c5e04b0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,701
Size: 1.00 vMB
Total Fees: 0.02572552 BTC
Feerates: 301.07 > 2.58 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (505,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,436 409,436 000000000000000001a762395fd771e385dc8aef5e7f8e07fbd99416177e9ea8 1,006 0.59/1.00 vMB 30
409,435 409,435 000000000000000004c9f0cb1e575e6629d5d0903e53b68aa7c8f0112838062c 2,876 1.00/1.00 vMB 47
409,434 409,434 0000000000000000002bc4448f7e5e9a6d9b09896738579bf5b1018b84201c0d 1,824 0.93/1.00 vMB 41
409,433 409,433 00000000000000000258b1cf7bf87f6b6b7eb6ae3f14cd716d0bdf0b9d372b4b 2,985 1.00/1.00 vMB 46
409,432 409,432 00000000000000000411888047858f2f803dcbff6aeda7ed171fdf750280ba18 2,964 1.00/1.00 vMB 66
409,431 409,431 0000000000000000047f251b4d26e7ca821e335205d673fd68c349acef0d4bf3 3,370 1.00/1.00 vMB 66
409,430 409,430 00000000000000000292e86751202bc7334614fd248685fa7aa2b6c5dc9907a8 2,987 1.00/1.00 vMB 60
409,429 409,429 000000000000000003ee6afabd81ed1ee57bb95f35ee1a3f494d189afdc0b76f 1,544 1.00/1.00 vMB 25
409,428 409,428 000000000000000002487366e3c886c1ed05e7fab0c12fd585b97c6007d264d7 2,446 1.00/1.00 vMB 38
409,427 409,427 000000000000000004739b8c5a1718ab96153fe3f663bbc0ae0b4ee7ca7b4bff 2,796 1.00/1.00 vMB 60
409,426 409,426 0000000000000000046994336b713f3ef674e6f3f3a059a8bcfb66f62892985a 2,740 1.00/1.00 vMB 56
409,425 409,425 00000000000000000006cbe817f9ab0c8f84e2037463407ab795221dbf744237 683 0.29/1.00 vMB 41
409,424 409,424 000000000000000004206ae9e410ec4cb4607aea06c765c8e3efc91280eb3706 477 0.21/1.00 vMB 43
409,423 409,423 000000000000000000f5b29a83a36f7ee26d1e76abf9c51a2f97dde69950c3ff 1,230 0.45/1.00 vMB 44
409,422 409,422 000000000000000000d5dcbd8b14e40c7d9c5f93671cf2733e22ade2da305f6e 1,596 0.63/1.00 vMB 44
409,421 409,421 00000000000000000497da1aa4be18af19d997fa1da9c372ba869f8340fdb8d6 1,515 0.99/1.00 vMB 29
409,420 409,420 000000000000000000d02ee7b75e378a0c2c2bc6e27c85a38358e445e4d96523 2,490 1.00/1.00 vMB 62
409,419 409,419 00000000000000000183d06f80b47d57af4a2158f0aacd4f6756f9ec1f543fa6 861 0.60/1.00 vMB 26
409,418 409,418 000000000000000003db20d649710e8a9582686fc81f8933d0b3d8da6d8d64c2 2,147 0.99/1.00 vMB 37
409,417 409,417 000000000000000002193aacc403e2c783b7754c1bec2807531f2c7032d21af7 2,091 1.00/1.00 vMB 36
409,416 409,416 000000000000000002cc312b64382eb3efa075902ea50d3c47c4a860d5420811 2,778 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.