Loading Tool

Explorer IconExplorer

Memory Pool

23,209 transactions
10.38 vMB
0.02416214 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.41/200 MB

Candidate Block

Mining Attempt a0ecafa1b320e7acf1d8eb2149d18a40ecb7d257ff662fe7d02d648ddffcd6d2
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0e3e001585ac51a16cd8b27c1478b1770a92192525811cb62478f5facc724134
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.00701005 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (718,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,417 195,417 000000000000044ca127276539d67c43cf9e96742466e7e8ae3bf07d15d77314 267 0.08 vMB 124
195,416 195,416 00000000000002890887389de66f59f10ac12116d2ef8da31f692e5abd3474c3 64 0.03 vMB 22
195,415 195,415 000000000000034601f75856f2492edccff1502a3bbf781800586f9688b8a6ea 351 0.17 vMB 156
195,414 195,414 00000000000004161b5f62570990a4ee7eb204f29fb823c7fd38c09b84ef644f 346 0.13 vMB 158
195,413 195,413 00000000000002c820779d0291e77e359dd0bfa3f3c73f11fd4a1f02e952a2c0 11 0.00 vMB 336
195,412 195,412 000000000000065ba9be0ecd37ec4b248186071d49c630e5d55f8a660fc3cc0d 9 0.00 vMB 0
195,411 195,411 00000000000005d9722f8a6afdcc355d227619725abecee7687796a58d4e3111 89 0.04 vMB 116
195,410 195,410 00000000000004dec74c221bf672f07065790569b9f5c73833817a2dd8ccb396 12 0.00 vMB 0
195,409 195,409 00000000000005641ece30eb9dfda76a69eae46c7b08b1e5259fe979232ea536 198 0.10 vMB 133
195,408 195,408 00000000000004dbf8e5d925a5a63616824c3f8c27f94bc3140581250f3bc4bf 233 0.08 vMB 140
195,407 195,407 000000000000046f45e9262191a78f30103a2c44a5dcec2b9417ce0db86447d9 219 0.08 vMB 122
195,406 195,406 00000000000002ef4f85ff5dd9b2bb74b271c6360abf051bbd03b17a695bfa44 113 0.04 vMB 89
195,405 195,405 00000000000006dc0c40ebae1f79837fecbe565fb9b148962fef8090d6b56444 542 0.23 vMB 188
195,404 195,404 00000000000005610382c771dba1c646c18139fa410abd9e771ec968eb38482a 195 0.09 vMB 111
195,403 195,403 00000000000006311ae7392101612a241504d64bd0f87af2eb3f73cace0140a6 1 0.00 vMB 0
195,402 195,402 00000000000003030bf12c6b2892922eb2d14c9a7444dccf244632d550949fd0 119 0.04 vMB 108
195,401 195,401 00000000000005eea22eded8fd8d46716b50dadb9d04206cfc16b9824f46c9e1 1 0.00 vMB 0
195,400 195,400 000000000000018c80c684acfbf9e7930f31e56f9b2973f423225436143f07d1 489 0.19 vMB 215
195,399 195,399 0000000000000641ce4de48558ff4fa7dc68f596181033777173126a8c3328ee 37 0.02 vMB 85
195,398 195,398 00000000000003a3848e53f51c87c9d004ef64232d80c447ee199985a1dc0da0 118 0.08 vMB 158
195,397 195,397 00000000000007670b02a4c4cadd7add4fb2bc9df8c7a4bf9192b131d6ea77a6 292 0.12 vMB 148
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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