Loading Tool

Explorer IconExplorer

Memory Pool

81,602 transactions
31.09 vMB
0.08125471 BTC
Random Selection Loading Transactions
Max Size: 189.06/200 MB

Candidate Block

Mining Attempt a282f10ac90f8e53ac7ed9c310256fa4dab04658ea6892ae1620b91b902112af
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root c57549511230b16861c42c36f47fe42ec5c3b433333417f85120f15a323209b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,056
Size: 1.00 vMB
Total Fees: 0.01423766 BTC
Feerates: 73.20 > 1.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (328,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,264 586,264 00000000000000000019ad1f1b5301c31d332b8ade2fd6e8123cc25fbf355c92 2,235 0.66/1.00 vMB 8
586,263 586,263 00000000000000000012fb242c1b28f797af8c3fa5ea1a337a16bdefe5b024a4 2,245 1.00/1.00 vMB 37
586,262 586,262 00000000000000000001c444ec5005b8ed380e983ebbeac9d71881f5b7905dbf 3,083 1.00/1.00 vMB 44
586,261 586,261 0000000000000000000d0bc22a4238d6ce7c4e2f13b7bacc437f755ec6c24568 2,890 1.00/1.00 vMB 29
586,260 586,260 0000000000000000000cfe05fc261080dd72a0fb9c9edfaf2638fc1a6e6c5f77 1,861 1.00/1.00 vMB 62
586,259 586,259 000000000000000000020f9fa2215ed044050a8a987cb2498fbf9b2b2657a647 2,509 0.88/1.00 vMB 13
586,258 586,258 0000000000000000000970dac175d70b867a04778ce1ab0385f7151cc29bb716 2,293 1.00/1.00 vMB 35
586,257 586,257 000000000000000000171b5b76758bb78ae3e3230e8b0ab2ef42b3429fb671c6 2,522 1.00/1.00 vMB 43
586,256 586,256 00000000000000000008db530ceeb833fc2da534f7ff70de54cf3ce1e1135770 697 0.80/1.00 vMB 2
586,255 586,255 00000000000000000013f686614ecc334cf8649cf7a7a031b2784c00ed3298c9 2,512 1.00/1.00 vMB 12
586,254 586,254 0000000000000000000e1bbc981e5d55e000e5dfde8184b37e2d06140f4075c8 2,549 1.00/1.00 vMB 47
586,253 586,253 00000000000000000006561840a89f59a81df19f38e065a8aabd03015c897071 1 0.00/1.00 vMB 0
586,252 586,252 00000000000000000012f96a7d21b248825d7db4d01f174a4838ad53e2cf0e8f 2,518 1.00/1.00 vMB 65
586,251 586,251 00000000000000000017918ffc0ce0685e11c89ff8469300248e2fe5e5b3b8b0 1,490 0.61/1.00 vMB 29
586,250 586,250 0000000000000000000f95ddbc56f5a2b8cac99d7079e537b0c647c991a089df 2,856 1.00/1.00 vMB 18
586,249 586,249 00000000000000000005fd040579f6f93c57aeff1ddf533b667353b3c3803b44 1 0.00/1.00 vMB 0
586,248 586,248 000000000000000000112e2b634a2964c0cf3db83162686933ce5c084bdab572 2,869 1.00/1.00 vMB 64
586,247 586,247 0000000000000000000ab200327f6480580dc5e2a17ed9b392d6b7321b7a5f27 2,803 0.94/1.00 vMB 33
586,246 586,246 0000000000000000000fb211b15b29cd839db54376cef503ae46de8d1e477e9b 1,959 0.68/1.00 vMB 35
586,245 586,245 00000000000000000018bd2d709b85933e017ae01ffd51c1c8fde3896d4721f2 558 0.26/1.00 vMB 47
586,244 586,244 000000000000000000159e4dd3dd21e60e7afcee2084d9ea16439a3bf4bcbf3f 2,465 0.82/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.