Loading Tool

Explorer IconExplorer

Memory Pool

42,328 transactions
28.95 vMB
0.06711140 BTC
Random Selection Loading Transactions
Max Size: 148.92/200 MB

Candidate Block

Mining Attempt 209acf3f4ef1f12ccf47a04f220fdaaa23d9646b7fb2268b00b901fbc93ef9cf
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 763653b730f0c0b2ab2c2a7458479937afb32ea724ac222f9a1dea5dbc24d4fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,650
Size: 1.00 vMB
Total Fees: 0.01064384 BTC
Feerates: 197.49 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (409,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,644 504,644 00000000000000000023e5b716157629f17c70fdcf99d8afae234a64aaa05497 584 1.00/1.00 vMB 233
504,643 504,643 0000000000000000003f7ddc7c0ecd87bb929e218ec97520fdad69c3444a3c4e 715 1.00/1.00 vMB 235
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
Previous 10 blocks ↓
Total Size: 781.72 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.69 GB
    • Received: 11.95 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.