Loading Tool

Explorer IconExplorer

Memory Pool

53,625 transactions
31.45 vMB
0.10580342 BTC
Random Selection Loading Transactions
Max Size: 169.58/200 MB

Candidate Block

Mining Attempt ccc26ab01caf56f381d6554d1465743a8fb2cf0aaa376591ff2d3bad417419d0
Version 20000000
Previous Block 00000000000000000000b5c797f30f3f01ba588d1023c3962ed65aa0aaae2067
Merkle Root 7255b3b3d568a5f4da9e1f81900fb048c98af5eabd97a3ee043c3278a1261d2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.02426652 BTC
Feerates: 18.19 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,826 (406,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,039 508,039 0000000000000000003bcfc71c25c4391bec915f6265bf5bc641a450e47df590 2,161 1.00/1.00 vMB 128
508,038 508,038 0000000000000000003580bf0591f5cde603dc27a240cbe33800912e11255dcc 1,435 1.00/1.00 vMB 72
508,037 508,037 0000000000000000004bd908a1c4b87fc09673a987f92d5b0a8461a5ff5c8bd2 1,741 1.00/1.00 vMB 41
508,036 508,036 0000000000000000005ef9ed5bd4380c43179a7cbd07981d8c6e2011d2bdb0c4 2,516 1.00/1.00 vMB 149
508,035 508,035 0000000000000000002844bb1057ca0479b89ed6372e4188fdef1ae446836f80 2,335 1.00/1.00 vMB 129
508,034 508,034 000000000000000000408590f83e73c14f45f4174dadd5769adbdfc7bb18dd7f 2,478 1.00/1.00 vMB 111
508,033 508,033 0000000000000000005f54364c1ec9f1417a29925806b25b3c41ac98a595c174 2,602 1.00/1.00 vMB 155
508,032 508,032 00000000000000000018e2d304128766f69359ca69bf1d6b0f2d6fd238ea218c 1,895 1.00/1.00 vMB 53
508,031 508,031 0000000000000000006b68e55432541794388c94fe9e805652038e7b3cac0681 2,166 1.00/1.00 vMB 122
508,030 508,030 0000000000000000005ba5b3d1fd9253fb1a0d16461c41df63e9f8eb9ead6b14 3,064 1.00/1.00 vMB 228
508,029 508,029 0000000000000000005ddba4383460bd3b0572c447dbd6f87a10783906fa514d 1,297 1.00/1.00 vMB 79
508,028 508,028 0000000000000000002e4ac3b9890664c46368885964aa9a1aab3edb54d435e7 2,456 1.00/1.00 vMB 163
508,027 508,027 00000000000000000067bed9420972c542442fe7aa9ddd41bb3584bbad83c238 2,395 1.00/1.00 vMB 173
508,026 508,026 00000000000000000042524117f5fdea2b508f12fc54a01f9b1a3e03a637c8a8 546 1.00/1.00 vMB 19
508,025 508,025 0000000000000000002d9136112a2c5820295c76ea73c3b139fb5360e7d84077 712 1.00/1.00 vMB 34
508,024 508,024 0000000000000000005fb1f3dca70f3e37e2f24c382c4a2bd8e8f97b250de064 822 1.00/1.00 vMB 73
508,023 508,023 000000000000000000378337e83f0610ed61a5cd76a0b7dc00fccf9538ee9c91 616 1.00/1.00 vMB 25
508,022 508,022 00000000000000000048b0f662c4f9dab221a6ff532f8e304caf45575640f36a 744 1.00/1.00 vMB 30
508,021 508,021 0000000000000000001bcb96abd1a5902789e42cb59ab9e5222a467ff160a62d 1,504 1.00/1.00 vMB 71
508,020 508,020 0000000000000000000c6bc1a9bb304e96aa5459d108ab19578998c47c4b3f7b 1,408 1.00/1.00 vMB 100
508,019 508,019 0000000000000000004b3f1b76b8a9a7fa9ec20d38990970ecd6d40567555365 720 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.