Loading Tool

Explorer IconExplorer

Memory Pool

42,284 transactions
18.47 vMB
0.18976956 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.81/200 MB

Candidate Block

Mining Attempt facb332b5b011b0b8ff5362a0a2d96a95a6d985112ab05398a1d0f385acc15b1
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root c9b0d7b6cc04a001e0bf1c74c3f8c779a1ade2fff26891c25032228b1fc24f23
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.06233173 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (725,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,170 188,170 00000000000007b078303972ef0ffd9b1e7bc08c58c0d7f1974cc647030e911b 103 0.04 vMB 166
188,169 188,169 00000000000000c45ea8d7b663aa6c982b71ffaf70eec186e0bd2d0fbf9afa52 366 0.18 vMB 114
188,168 188,168 00000000000008b366d491121e8ba7c36753740768cf8a52148043839ef27349 92 0.03 vMB 203
188,167 188,167 00000000000004f6028e728e4f9d58efe9e0e20f97c40c34453496f5add6dd91 108 0.03 vMB 43
188,166 188,166 0000000000000911bb690cf66d91493ffb04f4f45aae86376f22ea065694f171 21 0.01 vMB 66
188,165 188,165 000000000000040ea78dc24c77a3c7918ed464dd1756dd77dee3c5e2f7c23108 44 0.02 vMB 77
188,164 188,164 0000000000000802ae92b2c57032e7af9128a37bfa7f9e655e331ab0d070706a 94 0.04 vMB 170
188,163 188,163 000000000000096fdd752a3c180e8fa53ec10060f9cbe8c81d382876fd4291c6 105 0.05 vMB 75
188,162 188,162 00000000000008f795ead503f00d84fb91f85f8a04d26c0d55887af9031af325 64 0.03 vMB 101
188,161 188,161 0000000000000073cb5487409ea72e50ef465fb1b579d761e40de0d46a50c8bf 313 0.11 vMB 140
188,160 188,160 00000000000001d0493eff032d53b726954650309076337532925b4c28444931 62 0.03 vMB 111
188,159 188,159 00000000000000efcd7c8204c108d4e755b658d9b891fd21a496d31e9f8dcad0 11 0.00 vMB 3
188,158 188,158 000000000000032d6e8a0507df6d530791a5ab5ea338499c6d720d71960ef60a 273 0.08 vMB 5
188,157 188,157 000000000000042bbf1c88aa26ee6f51ca74c51747d678793093375037e6d581 127 0.11 vMB 113
188,156 188,156 000000000000049a1683770510746c233611c80317db7e3a9ab54a23968ca039 104 0.05 vMB 89
188,155 188,155 00000000000008dee83d577c27bc3efcc5821c2da35af4f1f7c58b112df67a5c 35 0.02 vMB 66
188,154 188,154 00000000000001272589171aa66254733283e1b01c5d7aa7f55c84266629a9f3 374 0.20 vMB 96
188,153 188,153 0000000000000428673d744b96d089dc891e0e0431b66c242877658bc49cfefa 125 0.05 vMB 59
188,152 188,152 000000000000082413ea7c2ab43512f31b026e85f42e9b94733211ee3c88ef9c 5 0.00 vMB 0
188,151 188,151 00000000000000b60ace47f3576ad47c708d98e97b25a7f50125148262f0c9cb 812 0.35 vMB 144
188,150 188,150 000000000000025cacfe2dff3c1e17eb4632d334d3635a414fe99443567934e0 348 0.13 vMB 133
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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