Loading Tool

Explorer IconExplorer

Memory Pool

42,220 transactions
29.08 vMB
0.07240377 BTC
Random Selection Loading Transactions
Max Size: 149.15/200 MB

Candidate Block

Mining Attempt c07ee914fd9c8a488c0baaf693a8eca319d8d367936debc8e8be3d4dd146e417
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root e78e13ba7d7ce158ff63f440a9c8eb4c7265fc026bae6813e886e6aba0c0de0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,451
Size: 1.00 vMB
Total Fees: 0.01562796 BTC
Feerates: 100.36 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (409,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,642 504,642 00000000000000000036fdcc86640ff5f4af08058e9da3d753c00ee65de884a3 787 1.00/1.00 vMB 295
504,641 504,641 00000000000000000031d742d75b751956fced7b6271ec0dcbaa579d324fa289 752 1.00/1.00 vMB 243
504,640 504,640 00000000000000000004534791da3f644cb640aaa2ca4c34f1e33c580002ed4a 1,344 1.00/1.00 vMB 332
504,639 504,639 000000000000000000600fcf6b3ef4368dd0ecb24cdf6eba55dfb9fc2daeaea9 1,184 1.00/1.00 vMB 318
504,638 504,638 0000000000000000006512903c5235f141020a37504aca8ad65c52ad4693f78d 1,724 1.00/1.00 vMB 453
504,637 504,637 000000000000000000105a291f0ba04169f35c7d9f2a59c350d153db1183ffee 1,522 1.00/1.00 vMB 405
504,636 504,636 000000000000000000267b7f7c3bb454858782799b4d5b0a0cf61e7771db85bd 1,817 1.00/1.00 vMB 439
504,635 504,635 00000000000000000024b2deec6c94faef4861949d671db906eec14dcef3bffd 2,893 1.00/1.00 vMB 545
504,634 504,634 0000000000000000004e7460f2ba4c7d99302f6ba224191f609f5187b0fd1a04 1,443 1.00/1.00 vMB 367
504,633 504,633 0000000000000000005d4abe17a1c87bf778390bdaf822a9d5d97704ca9e4ee2 514 1.00/1.00 vMB 190
504,632 504,632 000000000000000000319d00fcb8dc2a2a779aba824ae3193a89ec5b1bdbdc9b 1,374 1.00/1.00 vMB 258
504,631 504,631 0000000000000000003c7b30142b7dd5a71e893e15734b3e71b14e64c55b4491 1,994 1.00/1.00 vMB 452
504,630 504,630 0000000000000000006bb2299b860f2573bf83c51a24e6ecc25ce2eda019218a 489 1.00/1.00 vMB 200
504,629 504,629 0000000000000000006c4331ce12033b5a1edb5724557ec84383d4acd12528cf 1,104 1.00/1.00 vMB 299
504,628 504,628 0000000000000000004b6b462f80d8477cbed195e45a0be876ceae7c9d481c9d 2,110 1.00/1.00 vMB 412
504,627 504,627 0000000000000000005637ce46a5b91d529f57dad7de68a31b6370d57fe292f6 2,172 1.00/1.00 vMB 378
504,626 504,626 00000000000000000034b9658c374714faba4812b3b169319964d35794c34269 1,219 1.00/1.00 vMB 308
504,625 504,625 0000000000000000006f5db6ff7996c0d057840d2d54ec8ce8d3faa7aa3ffdf3 746 1.00/1.00 vMB 222
504,624 504,624 00000000000000000010f60f0e6fce93909f431eebe2758ebd14b58a4570f9be 351 1.00/1.00 vMB 127
504,623 504,623 000000000000000000209cebd1957ed73a6c1fdc6a79e70ddeea572a58ecb4a6 1,435 1.00/1.00 vMB 329
504,622 504,622 00000000000000000053dff5d3db280001da90cd5b2b8c264aed1c917fa6d1e8 189 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.