Loading Tool

Explorer IconExplorer

Memory Pool

44,054 transactions
29.45 vMB
0.09531947 BTC
Random Selection Loading Transactions
Max Size: 152.02/200 MB

Candidate Block

Mining Attempt 123556c3cf005e53321fba5202bcf58d926b9f0c0b93183866d094aa5d1b02de
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root c7b4030957331f186f34d2961dd0c05a7fd2017653cbd9d92a4540b6f03c988d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,138
Size: 1.00 vMB
Total Fees: 0.03736419 BTC
Feerates: 302.06 > 3.74 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (409,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
504,621 504,621 0000000000000000005abfae270bcc3294d0e74e7d2c8c24f6bf076f8bf47c5a 690 1.00/1.00 vMB 190
504,620 504,620 000000000000000000278f7030924d8dd7bc890c522789c7fef17d5ba53351ed 684 1.00/1.00 vMB 188
504,619 504,619 000000000000000000052518cdce64cd541db840a8ec6ebd656d93ffbad23b5b 88 1.00/1.00 vMB 118
504,618 504,618 0000000000000000000ccbd81edbfb2661aca951419d9a1a4d30d550edee6728 864 1.00/1.00 vMB 190
504,617 504,617 00000000000000000068f94d0b8310b5c9c0f68196a465139bf7ab8113ec256e 494 1.00/1.00 vMB 170
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.37 GB
    • Received: 11.91 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.