Loading Tool

Explorer IconExplorer

Memory Pool

27,482 transactions
11.82 vMB
0.03173283 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.45/200 MB

Candidate Block

Mining Attempt 7ea9e76ba7c85b37fcdf5edad3f10562ba16cb23b7ce22f311b28c80a1a0a65b
Version 20000000
Previous Block 000000000000000000002133544506fc506db902b4c2df1ef2da479a2edc5ec4
Merkle Root fa7d1a3010ff8e49899e394e814f72297dddc16367d7cacf4e349545d1d76773
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,664
Size: 1.00 vMB
Total Fees: 0.01110793 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,518 (657,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,821 255,821 000000000000000b2172f479eabdc0e233ea885f6836a022f0276435ecb2db0b 375 0.18 vMB 92
255,820 255,820 0000000000000033b51385a98ee80b24d08695e658ed1629bc758f653583935f 102 0.33 vMB 46
255,819 255,819 000000000000003e766d3ecb4780ef4725ff1b087c43f25ec2aef06d9efc3765 103 0.25 vMB 58
255,818 255,818 00000000000000276a17006849d96b6b019f8f137ad369116bb6983837662ba9 121 0.25 vMB 68
255,817 255,817 000000000000001733b5489f624380c322b2a8a903ff279f9fc9ec7dd38e4575 202 0.25 vMB 58
255,816 255,816 000000000000003bf510654443b1d87f5e85b70a459f37ad5330c34795fbdbe3 524 0.24 vMB 136
255,815 255,815 0000000000000036afa8b3aa9dc8d097ba5b1985cc7342141c4c4376b4a7c479 313 0.50 vMB 73
255,814 255,814 000000000000001d04139bbaadd8be472479d2f1a330589c2700487779e75c1f 261 0.25 vMB 84
255,813 255,813 000000000000001ec3a0e23b5e3775948c07962be0ec36aa42a7d29944f98aaa 273 0.25 vMB 90
255,812 255,812 00000000000000096315173cac0f000a9f5819bc98cd0e8a4cdcc3d057711e1f 41 0.24 vMB 57
255,811 255,811 000000000000001f7cf883fcd408dcb68e8cc50b70d46a61dc81dbdb81e97d79 145 0.23 vMB 72
255,810 255,810 000000000000002931d4717ec82bfbd4b9bd6d5ee5afc862207e34e9851aefa4 122 0.24 vMB 63
255,809 255,809 000000000000001d17cbf134d5b76970c3df5fdfb838ffb72b3cc4d7198f7206 120 0.25 vMB 67
255,808 255,808 0000000000000037c7da86ee1f34e0a3518f85f23ec3771f7d845632cd455cba 143 0.33 vMB 61
255,807 255,807 0000000000000003195b8c6500a94ea44293950e68f88a1d9bcd589ea4e6bfbb 280 0.41 vMB 52
255,806 255,806 00000000000000049534e0ec92f76c576cbbf7d77f5b5dd299e792a2243bedd2 368 0.25 vMB 107
255,805 255,805 000000000000003d160063d8ef6c7c496d34cdce39aa19c46e72f4d0f8632bda 660 0.30 vMB 131
255,804 255,804 0000000000000011755cb65b6aa7907d3854366008e082685cb2555c6f5e1fe4 604 0.25 vMB 115
255,803 255,803 000000000000001eb02c1c5471bfb1cd8daae86d0b479a1909f731fdf7b1a990 39 0.02 vMB 39
255,802 255,802 000000000000001ef92a3464f8dfce9f61d581e38d800d16fb8fba6695433455 80 0.05 vMB 64
255,801 255,801 000000000000002b5f8064683eec4643c31206ccea90ce761252a35e6086c230 332 0.14 vMB 124
Previous 10 blocks ↓
Total Size: 779.76 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: 389.44 GB
    • Received: 1.98 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.