Loading Tool

Explorer IconExplorer

Memory Pool

83,519 transactions
31.23 vMB
0.09611720 BTC
Random Selection Loading Transactions
Max Size: 191.65/200 MB

Candidate Block

Mining Attempt 18ba1817ef8d99322269f49bc3779914e760f1bf8fc2fd10c598b1a691a20aa3
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 2d1e41a51a981927d6583ef61a98e29e228c650eff455caa391f1639c23d0017
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,677
Size: 1.00 vMB
Total Fees: 0.02564181 BTC
Feerates: 301.57 > 2.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (105,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,876 809,876 000000000000000000025937086c513aba532dc94fafa451c74062eea520ac4a 1,375 1.00/1.00 vMB 10
809,875 809,875 00000000000000000001f1fece7248e2d257a72ef955f4487167fd2969ea8967 1,304 1.00/1.00 vMB 14
809,874 809,874 0000000000000000000035a9fccab22ca66cd00a572f896e8e9a070baf4036c1 2,638 1.00/1.00 vMB 24
809,873 809,873 0000000000000000000148a71fa564f1a22ce79649e53ed52e3f9d4c8974288c 3,344 1.00/1.00 vMB 28
809,872 809,872 00000000000000000003c560ac2f75dbc3ad0793ca2ff0befa8bd7aae3251bc3 1,761 1.00/1.00 vMB 32
809,871 809,871 00000000000000000003b44c472a48f5a9c8f8351d151377df13e9b6d8cde352 2,384 1.00/1.00 vMB 27
809,870 809,870 0000000000000000000286fc2dc0f4455b21ae52ebf4d6bf85e6c17ed715c3cf 4,384 1.00/1.00 vMB 5
809,869 809,869 0000000000000000000248da3e860e7e229719c5a335c2f59277b7a6f8111818 2,451 1.00/1.00 vMB 19
809,868 809,868 000000000000000000039e3af8082c31ab77efd03dcdf0159cdbc71f8f88743d 4,773 1.00/1.00 vMB 9
809,867 809,867 000000000000000000011b2859fe78e3100b0cef1a87320997ca066484e89a15 2,728 1.00/1.00 vMB 6
809,866 809,866 0000000000000000000136e964d113b631c98c80e131d6914602e892fcae79cc 2,170 1.00/1.00 vMB 13
809,865 809,865 000000000000000000024e3b236231f17ecd3f47874b3acfe76eefcdb41f549c 2,122 1.00/1.00 vMB 16
809,864 809,864 00000000000000000004cc3319bdf2963c27d7e0b86519dccd2ea98e0f3b0a24 2,377 1.00/1.00 vMB 22
809,863 809,863 000000000000000000033c8ea1b1e6d34d082e801220134159e2fb1e1dcbe626 3,690 1.00/1.00 vMB 35
809,862 809,862 00000000000000000003564cb4370a46dadb016b9cb34930253fd2ef7df7f57c 3,381 1.00/1.00 vMB 8
809,861 809,861 000000000000000000038d0c4879236a0a5deb95ddb0fdbfecb5d8cf55fc000e 3,653 1.00/1.00 vMB 12
809,860 809,860 00000000000000000004d8af328b35474f2c733c0d411171356fed9172ec888a 3,166 1.00/1.00 vMB 5
809,859 809,859 000000000000000000032ad22ed3652eeda8580c30dfd690679677955bfca8a3 3,078 1.00/1.00 vMB 25
809,858 809,858 000000000000000000039e6b87503ed92aa6b1a35ecd9f3236a74c1bdc84ed15 2,111 1.00/1.00 vMB 26
809,857 809,857 00000000000000000000e3628cdf39007d2592dd3b9ae32635e0130c0ac29a6b 3,296 1.00/1.00 vMB 18
809,856 809,856 00000000000000000002f881a206fcb3f72bd3456f8f250629a3ab66e0e86162 1,939 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.78 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: 709.57 GB
    • Received: 16.92 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.