Loading Tool

Explorer IconExplorer

Memory Pool

42,045 transactions
26.77 vMB
0.06135682 BTC
Random Selection Loading Transactions
Max Size: 140.59/200 MB

Candidate Block

Mining Attempt d5c591b316c86462cf8999d029021418bda580a8600ef6e316a24b2af2cb6f50
Version 20000000
Previous Block 00000000000000000000dbff82779b294ccb8ffef3251a2f04537190df676bc3
Merkle Root 38a62f4506ee4bc073f4b24373a5f8dcfc46dfe4164b9854a59f3b6f841c4f8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,601
Size: 1.00 vMB
Total Fees: 0.01174416 BTC
Feerates: 500.44 > 1.18 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,940 (278,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,065 636,065 00000000000000000000bd9947904cf60bf70d8695f5826645ee0bebf7cd9677 2,627 1.00/1.00 vMB 40
636,064 636,064 000000000000000000047529b084df92e23b61f81fc48127b6ac65bb6690160a 1,868 1.00/1.00 vMB 18
636,063 636,063 00000000000000000003a74d2308322ea8232c0a320b31bd08cbff3efef10c01 1,596 1.00/1.00 vMB 6
636,062 636,062 0000000000000000000196cbc13225bad414b782451a4cec7913920e8477f940 1,924 1.00/1.00 vMB 18
636,061 636,061 000000000000000000088014dd2f1515650f594c5fb6cf1a2a69f9618490e170 2,296 1.00/1.00 vMB 21
636,060 636,060 0000000000000000000f19f42dda2de1e4ea1feda4c11b4321690626d4fc3841 2,366 1.00/1.00 vMB 17
636,059 636,059 0000000000000000001075cf438762a24acf472d5a4a7c1fe10ed77b680fe5f8 2,050 1.00/1.00 vMB 31
636,058 636,058 0000000000000000000bf0868f52191f86104ae6d198291a52eb0f8c471fe0a4 3,154 1.00/1.00 vMB 19
636,057 636,057 0000000000000000000d28d3bf26fb18869a46bc3a963c6f8345379358fa1173 2,874 1.00/1.00 vMB 31
636,056 636,056 00000000000000000002d1eb4db159d90f96f8ab62e453b711de534298229282 2,199 1.00/1.00 vMB 39
636,055 636,055 0000000000000000000c505eb856bf946ed673d194b7b910ccf497de10cd15f1 2,623 1.00/1.00 vMB 41
636,054 636,054 0000000000000000000f6361b0c801789350b7a8f518987b5b468cc0f2d8cba3 2,576 1.00/1.00 vMB 22
636,053 636,053 0000000000000000000165c8336c554868736cb9d3d99d211636a6de72a0d193 2,846 1.00/1.00 vMB 27
636,052 636,052 000000000000000000065c0dc89d5630a6960fe05ea01e51bf30a826060ac987 2,728 1.00/1.00 vMB 30
636,051 636,051 0000000000000000000aec55a080fb340c09261b8cfeb8408efdaacda704a105 2,869 1.00/1.00 vMB 27
636,050 636,050 000000000000000000097d82b51a5c5e5da13646fc9ff933d019511f9eff3b04 2,760 1.00/1.00 vMB 29
636,049 636,049 0000000000000000000bede577ea6c0d17d9adef660805b45fe3fd9d1c2cbf7e 2,567 1.00/1.00 vMB 42
636,048 636,048 0000000000000000000a6e621f4e71837a3d4d5a7990241ba2970ab7e5d45021 2,050 1.00/1.00 vMB 42
636,047 636,047 000000000000000000114e1b72b4a5f02e411e8ab67e93b9e46e6528c03a7e6d 2,493 1.00/1.00 vMB 28
636,046 636,046 0000000000000000000b0492c29c789ef382ab83f8d034aad2b37d6358abbe7b 1,986 1.00/1.00 vMB 19
636,045 636,045 0000000000000000000befaa1dee72d4767471a74625b0e1ce8ff7d11afa3137 2,723 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.28 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: 656.91 GB
    • Received: 14.44 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.