Loading Tool

Explorer IconExplorer

Memory Pool

26,313 transactions
10.82 vMB
0.02201848 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.07/200 MB

Candidate Block

Mining Attempt 2a61c9b72e7f4b4e7044095c12341b2d6bc4a648f58d71192898e6e577e3593c
Version 20000000
Previous Block 00000000000000000000670a8663c76bbf570ea8793ccbddeabf789645d8bde4
Merkle Root 45d56c3cad289d18014e81c376681ccb7c07eb4ba50d08f9c1963c3267fe33f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,221
Size: 0.9979435 1.00/1.00 vMB
Total Fees: 0.00429525 BTC
Feerates: 20.43 > 0.43 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,612 (657,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,825 255,825 00000000000000349a16ae51414018b45c1ad04c0247177db1ec55d6439b46dc 412 0.21/1.00 vMB 107
255,824 255,824 00000000000000023678864f622bf59330c142681e1504317c2f54a592bd6632 601 0.25/1.00 vMB 147
255,823 255,823 0000000000000030ea7b7be419778d66ed039562127a08515857cbc4fab9e9b3 118 0.05/1.00 vMB 131
255,822 255,822 000000000000001a28c250d30ec6d67fd55fc7dc0f0e249c1d94eb83519a0ca0 145 0.06/1.00 vMB 118
255,821 255,821 000000000000000b2172f479eabdc0e233ea885f6836a022f0276435ecb2db0b 375 0.18/1.00 vMB 92
255,820 255,820 0000000000000033b51385a98ee80b24d08695e658ed1629bc758f653583935f 102 0.33/1.00 vMB 46
255,819 255,819 000000000000003e766d3ecb4780ef4725ff1b087c43f25ec2aef06d9efc3765 103 0.25/1.00 vMB 58
255,818 255,818 00000000000000276a17006849d96b6b019f8f137ad369116bb6983837662ba9 121 0.25/1.00 vMB 68
255,817 255,817 000000000000001733b5489f624380c322b2a8a903ff279f9fc9ec7dd38e4575 202 0.25/1.00 vMB 58
255,816 255,816 000000000000003bf510654443b1d87f5e85b70a459f37ad5330c34795fbdbe3 524 0.24/1.00 vMB 136
255,815 255,815 0000000000000036afa8b3aa9dc8d097ba5b1985cc7342141c4c4376b4a7c479 313 0.50/1.00 vMB 73
255,814 255,814 000000000000001d04139bbaadd8be472479d2f1a330589c2700487779e75c1f 261 0.25/1.00 vMB 84
255,813 255,813 000000000000001ec3a0e23b5e3775948c07962be0ec36aa42a7d29944f98aaa 273 0.25/1.00 vMB 90
255,812 255,812 00000000000000096315173cac0f000a9f5819bc98cd0e8a4cdcc3d057711e1f 41 0.24/1.00 vMB 57
255,811 255,811 000000000000001f7cf883fcd408dcb68e8cc50b70d46a61dc81dbdb81e97d79 145 0.23/1.00 vMB 72
255,810 255,810 000000000000002931d4717ec82bfbd4b9bd6d5ee5afc862207e34e9851aefa4 122 0.24/1.00 vMB 63
255,809 255,809 000000000000001d17cbf134d5b76970c3df5fdfb838ffb72b3cc4d7198f7206 120 0.25/1.00 vMB 67
255,808 255,808 0000000000000037c7da86ee1f34e0a3518f85f23ec3771f7d845632cd455cba 143 0.33/1.00 vMB 61
255,807 255,807 0000000000000003195b8c6500a94ea44293950e68f88a1d9bcd589ea4e6bfbb 280 0.41/1.00 vMB 52
255,806 255,806 00000000000000049534e0ec92f76c576cbbf7d77f5b5dd299e792a2243bedd2 368 0.25/1.00 vMB 107
255,805 255,805 000000000000003d160063d8ef6c7c496d34cdce39aa19c46e72f4d0f8632bda 660 0.30/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 779.93 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: 464.28 GB
    • Received: 2.74 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.