Loading Tool

Explorer IconExplorer

Memory Pool

69,276 transactions
36.69 vMB
0.31281570 BTC
Random Selection Loading Transactions
Max Size: 197.63/200 MB

Candidate Block

Mining Attempt fa0c0e979d701d6cba3e636cc1ffec869d980402318098cda8d57e44f05bbac4
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root de41fdb609dd26dd9f6412fa4c2d8ecd06e6e8521dafc091fe05f9ad8bdbc352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.15047308 BTC
Feerates: 250.69 > 15.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (809,898 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,523 104,523 000000000001c74b5ffa8a41171a6521816b084c5468e59832306197103f43ee 6 0.00/1.00 vMB 0
104,522 104,522 0000000000028aa7a6c88f48bed5480a48e5e3e6a423c5fba285da6db9837c1d 6 0.00/1.00 vMB 0
104,521 104,521 0000000000012fd91ba086d663dff8fd12155835ef5d0577f10dd34b5283a6e4 13 0.00/1.00 vMB 0
104,520 104,520 0000000000025c01cfde53aeb1b85b2a1ac9d1c2a54e20240103377b89b3792d 21 0.01/1.00 vMB 0
104,519 104,519 0000000000011e5b8c7f9620a9bf22feb3f30e2ebca846442feeb7c72413c16a 4 0.00/1.00 vMB 0
104,518 104,518 000000000002803a4aacaf900a887f29ccfefe564e8d25c15678c328821d3d30 3 0.00/1.00 vMB 0
104,517 104,517 00000000000091be4cc4b7bad62384cb7c441424b177ca3051e03347ad8ea835 3 0.00/1.00 vMB 0
104,516 104,516 0000000000008eb26226abe2b00c35f535a48f1c4bdb94eabc19cb053876b089 3 0.00/1.00 vMB 0
104,515 104,515 000000000000f09a9f221cf1f7bfb4a7b11ccfc6e3162b90bdb369960be7ee8f 1 0.00/1.00 vMB 0
104,514 104,514 00000000000129dd45c0e49f67f9b7c61b29107f227d8f2135c030c834a13d7b 1 0.00/1.00 vMB 0
104,513 104,513 00000000000145524811260283883f96574691c2c6ad4296b2bf07ee32b47c1b 1 0.00/1.00 vMB 0
104,512 104,512 000000000000a3e67716455ce187d7b45fa6ba2735fda65f9fd05f4bfc1d29e2 3 0.00/1.00 vMB 0
104,511 104,511 000000000003661ec782cc3eeb2c41f89aad435860c7a9b4ab5c4c2848e7465e 6 0.00/1.00 vMB 0
104,510 104,510 0000000000003d705890288c7ba63258e6b378c61c4e3011b8553045b1cf5801 26 0.01/1.00 vMB 0
104,509 104,509 00000000000146adffd98bfea5287cf6c3e17f5a5d5259ddd9821d32b2345e78 1 0.00/1.00 vMB 0
104,508 104,508 0000000000010dd20ba69e93f0f7ccd0871146c189fded80cb548368ac52c8cf 2 0.00/1.00 vMB 0
104,507 104,507 000000000002f8d732cca6191842579387c668951f641360e968a6bd17ef7d9b 4 0.00/1.00 vMB 0
104,506 104,506 0000000000008240ba9275de05eca88b3980312c86974331cc82154aa311f2a1 4 0.00/1.00 vMB 0
104,505 104,505 000000000002a23ccc0b6e8d9cd827f8a52755297a659cd5e69b16e22c03ddc6 6 0.00/1.00 vMB 0
104,504 104,504 0000000000012d238c08f48bbf9b3044fd5976467ee32a689871946ffea526b1 6 0.00/1.00 vMB 0
104,503 104,503 000000000001de08365e5db87dc9e8aa5bcbc6879d4068967dd8b3ef73f46522 4 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 602.15 GB
    • Received: 10.32 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.