Loading Tool

Explorer IconExplorer

Memory Pool

37,591 transactions
18.21 vMB
0.14206472 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.19/200 MB

Candidate Block

Mining Attempt 8c17de4d9942c6eb3ab90275fafc12176544319df3d5f4063d4f4186f07a39fd
Version 20000000
Previous Block 00000000000000000000d0024eb8576e4875797df41ac22fac4ed73712ea0080
Merkle Root c985c04178c06315939100cd6a668bc783ae6091be536f499f38ad74c175b4b4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,020
Size: 1.00 vMB
Total Fees: 0.02682389 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,331 (705,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
207,356 207,356 0000000000000233f22d02cdae7db661453890397a05392568f895629d3f7bf0 117 0.04 vMB 286
207,355 207,355 000000000000030201e0621c0154238bf8e3d1055c97d754a4269e1676db3a8e 11 0.00 vMB 130
207,354 207,354 0000000000000483ad3001aad04d388fa7a28d0009909a3b4ab636c83defca87 146 0.26 vMB 68
207,353 207,353 00000000000004f3515503a02630265db3463d2d3be2d388fb42606dd1887db1 299 0.18 vMB 132
207,352 207,352 0000000000000018c171abc45df9d939a480a1c1813eb28804f5ed399bda7dd9 8 0.00 vMB 162
207,351 207,351 00000000000000c2bcbea45334916db6ac19836745a019f2c03aae3784407ff2 51 0.02 vMB 35
207,350 207,350 000000000000022601fb8b211379139d732c3f87b62eb01dd38cf95c2663baec 88 0.04 vMB 158
207,349 207,349 00000000000004a99959972092f3c18e4b5f45f5fe4dc2d0d1d1dc35eb088a90 26 0.01 vMB 149
207,348 207,348 00000000000000690dde9dcebf6827d67f7120848ec548c6c7ebd88ff1c78b36 304 0.12 vMB 199
207,347 207,347 000000000000020f1c42078fa0ebaca2ed5aaceae07284aac5e31ed408b9c6f5 85 0.05 vMB 213
207,346 207,346 000000000000050e66bb2b50aa8f38db8c71e29e9a94272600ad1746e566a524 22 0.01 vMB 118
207,345 207,345 00000000000001d086e29d371ede7f9194c5b8d3f97b244a8ce280dfa4cd2a4b 65 0.03 vMB 119
207,344 207,344 000000000000035442f1ae4e4716958b7fb8098df9abb875111a640097f365f5 199 0.10 vMB 137
207,343 207,343 00000000000003f9655a2c930d90ce2f4182c6be257fe9379b92e72405567108 124 0.06 vMB 154
207,342 207,342 000000000000004cfd45e66fbe7365fe4229522faa5afd6d7ad4a1fa1ff3af0a 11 0.00 vMB 122
207,341 207,341 000000000000000046d55d35ea76a705eb81f3d3a1eb9a1e63c9f3cdbc72f1bf 100 0.04 vMB 148
207,340 207,340 0000000000000464e421947a544375c353a084d5fc97b41eadad7a42a4f30767 49 0.02 vMB 68
207,339 207,339 0000000000000279846501db0370a9afa180fedea23ca857368a524efff7aa1a 17 0.01 vMB 218
207,338 207,338 000000000000004302b781171f1790a87646ac3e4329debed58941a4de2261cb 58 0.02 vMB 158
207,337 207,337 00000000000003f0c18f3c4e832cfb61bd4aa648f795ac918b58c429aad1cf4d 257 0.12 vMB 101
207,336 207,336 000000000000004ce34f99df5dfeb5485e8d1f1b422ec35d842b2f2ee9c20951 42 0.02 vMB 211
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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