Loading Tool

Explorer IconExplorer

Memory Pool

42,467 transactions
28.34 vMB
0.07331650 BTC
Random Selection Loading Transactions
Max Size: 145.97/200 MB

Candidate Block

Mining Attempt e6b28a3e6b80c65219b97113e85fce6e4d2a95f8b47ec8b4e896965d9cadde6b
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 9a549b755768d961c65526823b2d2d069ebe65ad06e387690bd67c315ac35b74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,649
Size: 1.00 vMB
Total Fees: 0.01675543 BTC
Feerates: 100.56 > 1.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (525,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,921 388,921 00000000000000000aa43949663db26b3648c12ba2fd7e8d67a4d894190d3dbc 1,342 0.95/1.00 vMB 34
388,920 388,920 000000000000000009b7820c26d80f35f4a90348966e67d7e06bbfacda3b6fc3 855 0.48/1.00 vMB 41
388,919 388,919 0000000000000000080fcb294ec8b14f8f7748f6a04decdc6c06ac4dbcaed990 752 0.45/1.00 vMB 27
388,918 388,918 00000000000000000771f99608e4f7e739673caaa709d47833771efab2e714a9 1,949 0.75/1.00 vMB 45
388,917 388,917 00000000000000000b3c3a1c11afd22fe8c3025f02b4157c154e5f88c182e1d8 580 0.86/1.00 vMB 18
388,916 388,916 0000000000000000093c60d75559e34066b0d89415e3332a9da0a7c7f0b0d51c 932 0.75/1.00 vMB 18
388,915 388,915 000000000000000002d430672b5e8e8fb025b78422490ece55178e78de3021bb 2,868 1.00/1.00 vMB 52
388,914 388,914 0000000000000000036d4baef07739b1738e57d6d00ec2db2caf635d94a04a0e 1,056 0.69/1.00 vMB 24
388,913 388,913 00000000000000000329f11cf1b9223d9d377c4e20c1d6e6b01557e8121fce8d 1,735 0.95/1.00 vMB 42
388,912 388,912 000000000000000007623b2a4679dacd98828f80786d5e63daeb7a6258204b15 1,625 0.92/1.00 vMB 36
388,911 388,911 0000000000000000082a54fd5e3b5e5c185536ea612f8e61de0eb607da721f12 1,956 0.75/1.00 vMB 41
388,910 388,910 0000000000000000082f2d95400cb69793593789749f294356e0d169209e83b5 1,911 0.94/1.00 vMB 34
388,909 388,909 000000000000000000991a340755d71205b76e4c511dd064f8a737b9156d36db 941 0.47/1.00 vMB 33
388,908 388,908 00000000000000000aee1ccd15557b7c6883f5f82af4c240641b3a8120d6854d 385 0.17/1.00 vMB 36
388,907 388,907 00000000000000000d61328c0da98df169210f7ed53b7c82d80e3a98b9c4e512 788 0.73/1.00 vMB 21
388,906 388,906 000000000000000001c095a630c0d7b4649e8da917f405a17c1099454d1c28e6 1,290 0.92/1.00 vMB 23
388,905 388,905 0000000000000000009e459a676c07cb4972ea2580ddb648175ad650ac7ab969 378 0.16/1.00 vMB 32
388,904 388,904 000000000000000006c87e2728d2386a03eee2bb6a37d213b93eda9f84103aa9 1,741 0.93/1.00 vMB 33
388,903 388,903 00000000000000000d5f2bdd86d02508cbfca7d56767ddab32ad448297e61247 1,280 0.95/1.00 vMB 23
388,902 388,902 00000000000000000b19cb45fc783f483c7e045aa567f55015c982faabbc8b7f 1,097 0.75/1.00 vMB 26
388,901 388,901 00000000000000000cc50e1103d1151f5a73c4763bc68c543eda1fcb189149b4 2,242 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.85 GB
    • Received: 12.08 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.