Loading Tool

Explorer IconExplorer

Memory Pool

77,616 transactions
34.21 vMB
0.14337169 BTC
Random Selection Loading Transactions
Max Size: 190.37/200 MB

Candidate Block

Mining Attempt 8f3085e5e46cd8eba4f902536ded06fc9902f8a802a8bf9d2e8168bedb8fe8c3
Version 20000000
Previous Block 00000000000000000001b3adfdc6c5691439ea95a4ea84dbe47417874bd4e5b8
Merkle Root 42ffa6430ebc0f1f45fab54b318d1a6c7130a75c03fa7dacdb536d83622437f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,956
Size: 1.00 vMB
Total Fees: 0.02354349 BTC
Feerates: 84.27 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,418 (49,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,376 866,376 00000000000000000000440d0ff14e80de9dc08009be7c645a47cf6b1c60764b 5,968 1.00/1.00 vMB 8
866,375 866,375 000000000000000000029cc4affd97af525b79a8b5d6721cecbb2cb051d32616 5,098 1.00/1.00 vMB 8
866,374 866,374 00000000000000000001db85e1c85fc2e595ff803f1c88fb9171c6ae098a20cb 5,403 1.00/1.00 vMB 12
866,373 866,373 000000000000000000004db17938fb0b92f7c69d888f352f7a79a0089b027227 3,577 1.00/1.00 vMB 8
866,372 866,372 000000000000000000012d89b2d09b902214810a9d9695fd25b4d6a8cf299a6e 4,328 1.00/1.00 vMB 5
866,371 866,371 00000000000000000002694a2ce5fc9dde6011338c7f8e19234abe7690c31bdb 4,272 1.00/1.00 vMB 4
866,370 866,370 0000000000000000000056e752607d7034d97d0b9c024e6f37b219cb5860ab2c 4,038 1.00/1.00 vMB 4
866,369 866,369 0000000000000000000239d1dbf63085e97bd7e5e2b066d0a710c16c43cfda01 3,587 1.00/1.00 vMB 3
866,368 866,368 00000000000000000000a0fa65693a2d5dcfdb307b72a74b68f192a4b8a5ebc6 3,766 1.00/1.00 vMB 6
866,367 866,367 00000000000000000000cb2468519ab9587b093da7d774bd037768e36fd5a52c 4,442 1.00/1.00 vMB 10
866,366 866,366 000000000000000000023aa9ecf56ac00d9a24c6481e9aa81b32bae2f8063c57 5,161 1.00/1.00 vMB 10
866,365 866,365 00000000000000000001f17445c4f78513643d3f289b4e15070ad2828562687a 3,120 1.00/1.00 vMB 8
866,364 866,364 00000000000000000000b28270f1b3cf6a331cd229653e3a7cf863f5ce022c50 3,887 1.00/1.00 vMB 10
866,363 866,363 0000000000000000000049e9e1f5658227f994be47b11e4448f0123622e4e68e 2,637 1.00/1.00 vMB 5
866,362 866,362 000000000000000000021406fd3f1ef983154842244c3ed95fb3c13c13b6c6e3 2,936 1.00/1.00 vMB 7
866,361 866,361 00000000000000000000183fbe02de43b31e78dd2a9e91bfa1425e627223e4a3 4,263 1.00/1.00 vMB 10
866,360 866,360 0000000000000000000129c05611bfe0ead15ae6b394d338af615db52bac1db7 5,104 1.00/1.00 vMB 14
866,359 866,359 00000000000000000002e43ce11c0031049c6d7836263dc8dc9080d3558b9833 4,477 1.00/1.00 vMB 11
866,358 866,358 00000000000000000000bc367f923af964f0e66d273ea732d7bf69060986745f 5,924 1.00/1.00 vMB 19
866,357 866,357 00000000000000000000eccda48ba0511d37699a767a165196fab74df247e74a 6,389 1.00/1.00 vMB 27
866,356 866,356 00000000000000000002b4f7f2d7cfb0154c3f956c46291cd4f06b86002ef621 6,761 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.11 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: 736.26 GB
    • Received: 18.58 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.