Loading Tool

Explorer IconExplorer

Memory Pool

80,528 transactions
29.93 vMB
0.09856751 BTC
Random Selection Loading Transactions
Max Size: 180.63/200 MB

Candidate Block

Mining Attempt b53b1f5b4a7541b300116c543daa090dab642b4dc650e1c47abaf5b8838d1185
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 75fcf1cf2e066c615023a5747df7061e6c658e7b7c2a9f3d41a79f0d42e0239b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.03236676 BTC
Feerates: 100.25 > 3.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (751,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
163,998 163,998 0000000000000aa610fb335e8e38957e0175567e9ad4e98623935eaf15819d75 89 0.03/1.00 vMB 4
163,997 163,997 0000000000000b7a21b2b3e85b893eaf73f11c1100f09796db7bb473390e5c29 138 0.05/1.00 vMB 249
163,996 163,996 0000000000000bb8e52c8446421ea9ebbeb9f5cf8d04c69dd37d4d75bbcfdfd0 65 0.02/1.00 vMB 61
163,995 163,995 0000000000000772865ea06107d0b550dfb8bd353c81e0d4d65ef50fe1d0310c 20 0.01/1.00 vMB 55
163,994 163,994 00000000000008ebbb3df67bdf1b5e6087555daf3d66f82a44eb5c21d9f679a6 44 0.03/1.00 vMB 109
163,993 163,993 00000000000009adb4b5b9ce4dc401569857f23152d1ec2b860814cab9c17b2a 26 0.01/1.00 vMB 4
163,992 163,992 0000000000000bc08290f15ae12fb1262fd3d07bbf8785d0d4c8f5dfb1534988 95 0.05/1.00 vMB 500
163,991 163,991 00000000000006b8ccf608df965c2ffa633d560f2fbd55305987aa60473203a9 64 0.03/1.00 vMB 54
163,990 163,990 00000000000004e0b80dedbe57cd490b965fcd11c25977d50484ae1fb78b82a0 1 0.00/1.00 vMB 0
163,989 163,989 0000000000000834a5d64a8c3db252e3be90fa26bc16fce8d8b69fcc2cd8e9f0 20 0.01/1.00 vMB 191
163,988 163,988 000000000000078698236357be2b6ae8889ace0647554021dca396faa82b7d6c 53 0.02/1.00 vMB 0
163,987 163,987 00000000000002d1971f301cd3b7a408af0122d861da93776f731e3fc963adaf 56 0.02/1.00 vMB 132
163,986 163,986 0000000000000a9d9116185ef22508e3553747d0aa1c5a830f0227a187c4a822 36 0.01/1.00 vMB 0
163,985 163,985 0000000000000118ecf1d3970e1d4e6d6e9bb2304ead0cca741271d3f21213da 99 0.07/1.00 vMB 449
163,984 163,984 000000000000079718ae81c29af4e63fdbabf4eb77c45833e43340eb2ac8df25 35 0.01/1.00 vMB 0
163,983 163,983 000000000000075e52da8e51fb3efa774892ae2f514487dc98299a9b81163c9d 24 0.01/1.00 vMB 38
163,982 163,982 00000000000008543ac63054ce8715d81a3690573cd2c8bda51933f7b5d535b7 26 0.01/1.00 vMB 90
163,981 163,981 0000000000000a62d0816fc7cf25c7208dd120524c4b66f8152c582624c86f47 94 0.05/1.00 vMB 465
163,980 163,980 0000000000000342ad0d09489cd4429e27dc87711734f0703a3e8254745904c6 9 0.00/1.00 vMB 4,154
163,979 163,979 00000000000003599850a242a6ceebeb86a14a571327fbec48496d9c018d88b2 20 0.02/1.00 vMB 92
163,978 163,978 0000000000000356c06c385f3405739ce977691716d93a533df7dd19c2f6f932 62 0.02/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.18 GB
    • Received: 15.83 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.