Loading Tool

Explorer IconExplorer

Memory Pool

38,204 transactions
27.17 vMB
0.05725970 BTC
Random Selection Loading Transactions
Max Size: 138.64/200 MB

Candidate Block

Mining Attempt e5bc255c13263a6da81bd0d0096b5bac5e3704928918277e09362236be94766d
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 6a9d35e5bd85cb48712336fa89f1855242d385b510b525e1d8875bf950fa6e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,043
Size: 1.00 vMB
Total Fees: 0.00594389 BTC
Feerates: 150.75 > 0.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (422,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,065 492,065 000000000000000000a3ee5c8210a25bc16198478ab0215f6ac04e1ca5a46b36 2,057 1.00/1.00 vMB 193
492,064 492,064 00000000000000000003b90ae8f6a6df16987e7a4efc21c1f9da8777ce267c63 2,679 1.00/1.00 vMB 198
492,063 492,063 0000000000000000002c8b657c468e6326e64c2cb6a41cf522921db94fcfde40 2,194 1.00/1.00 vMB 197
492,062 492,062 000000000000000000b7432f643fdb8bf665c57dba7296d560c22dbaf56a8a96 2,182 1.00/1.00 vMB 188
492,061 492,061 00000000000000000058f060a97d287e90057ccf234f982bd711b8b9528cb281 2,914 1.00/1.00 vMB 199
492,060 492,060 0000000000000000004d74df772bc89d8cdde4cac346c91287b280e3129d7b9f 2,652 1.00/1.00 vMB 214
492,059 492,059 000000000000000000bc5eb863f5b76ee14f5a381609ff8a010c06e20973c069 2,327 0.94/1.00 vMB 209
492,058 492,058 000000000000000000a12ae7cbc7bef71226df44e3b24944e90a58d202365f43 3,062 1.00/1.00 vMB 206
492,057 492,057 0000000000000000009cfc033dc35023f9ba8f45862d066b5551c0305dede7cf 3,215 1.00/1.00 vMB 230
492,056 492,056 000000000000000000792d9453f63178d602829ddcb0c7e4b9c2aa16c8537dee 2,231 1.00/1.00 vMB 227
492,055 492,055 00000000000000000024b165523210117ec2addcb9b2a89c62b6578ee12cd3e1 2,141 1.00/1.00 vMB 149
492,054 492,054 000000000000000000a49d26cf5a7fed97845b7e642983b98b8cd91c0e2cd306 2,055 0.98/1.00 vMB 132
492,053 492,053 000000000000000000aea6ef965f3750298bcad4ca2308c75ca613890ecfdc9d 2,194 0.92/1.00 vMB 172
492,052 492,052 0000000000000000009e720a6e0b829c8de223feaaf170a46bfbb18cca316821 2,889 1.00/1.00 vMB 210
492,051 492,051 0000000000000000002ebd71a7ae2e329e421c9fa68db2c9ec40d9c347e43f1e 2,016 1.00/1.00 vMB 157
492,050 492,050 00000000000000000016d39957031e792a47fedf2fa33ffa42d6700e762196ac 1,670 1.00/1.00 vMB 153
492,049 492,049 0000000000000000004b60977dead2fc637446117f0b8169ca809ceecfbacafb 2,275 1.00/1.00 vMB 119
492,048 492,048 0000000000000000008d35171e5445e4a9e6e054c0a2f6d6224b1224319a5fd9 1,631 1.00/1.00 vMB 122
492,047 492,047 00000000000000000054020e5365c9d87d534f6290571e698096ca0a3c18c481 1,839 1.00/1.00 vMB 116
492,046 492,046 000000000000000000429950384d2771af803ba2ad8a36e9387874c0ceef8154 1,627 1.00/1.00 vMB 133
492,045 492,045 000000000000000000ba28fdbe29406284d6c1212ad7e4038dd8122940036e00 1,863 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.13 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.