Loading Tool

Explorer IconExplorer

Memory Pool

23,819 transactions
4.54 vMB
0.03034470 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 11 sats/vbyte = 11 blocks ()
  • 12 sats/vbyte = 4 blocks ()
  • 14 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.72/200 MB

Candidate Block

Mining Attempt 6f8f9e9ffe60d5b8d28d4161ea9f1ed059f996b25ac68107a27fd7448f002851
Version 20000000
Previous Block 00000000000000000001c794ab67c6265b67870ca521819117be26a86ef54163
Merkle Root a29bb180c485c237087484748cbb669d375448590778b8e2247f9c86034104f5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,497
Size: 0.49 vMB
Total Fees: 0.01980356 BTC
Avg Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,809 (647,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,717 265,717 0000000000000008ffbda08150b555e32f498c2fd3877a974e32ba30661064ec 0.10 MB 220 91
265,716 265,716 0000000000000001e3fc21cf6dbe47a1062fc8a7af87614ab94f1442891f8d08 0.10 MB 188 39
265,715 265,715 00000000000000076099b2d18911273db8022945bb0f8a48068e98c5a541844f 0.15 MB 287 56
265,714 265,714 0000000000000000d9042d0b58cf334710ab165eb589e09959656c3e962f6767 0.23 MB 426 109
265,713 265,713 000000000000000650e9fdaebf74470316ccf31beeb99b5913bc84bc14ae27a1 0.15 MB 263 54
265,712 265,712 000000000000000a458c10b22a12d38788568697937c17d891c0af2805e9860f 0.15 MB 363 87
265,711 265,711 00000000000000057e5fa715977719cb5b461980192a4e9465c49577f6aab351 0.26 MB 326 42
265,710 265,710 000000000000000d76d2b4441f922fff783406b11d9935bac556f6c0f8c249bc 0.25 MB 604 116
265,709 265,709 0000000000000005907d8d889de5cf4865b0b2a6b31fddf82b42ff8d3990c663 0.25 MB 692 136
265,708 265,708 000000000000000d926a7d8574805ce6ecd06f5c23a5cb671c454dbc1f1c19f8 0.05 MB 124 17
265,707 265,707 00000000000000096ebfe88feef130b876d19540d20f9b7273a1665a3a7e8b62 0.08 MB 256 67
265,706 265,706 00000000000000073aabf58457eddaf58414c7de96d74bae7273c54b9425244d 0.06 MB 172 45
265,705 265,705 000000000000000384b884ffb35916e93401ea9c7242850383473b5c136846f8 0.48 MB 1,044 101
265,704 265,704 00000000000000052b6b090a5c0bd74f27ea0ffcd0363a7cc440a76471e8681a 0.25 MB 625 147
265,703 265,703 000000000000000fd2482a1181a69ba687063416f7769e8de625a36adb414af1 0.33 MB 444 89
265,702 265,702 00000000000000063cc8c204c28364728bc123dc6205e37052c299406afa46cf 0.15 MB 271 55
265,701 265,701 000000000000000d315808d4c2b9a3962fbf177a106443738439fff5432ab326 0.15 MB 151 26
265,700 265,700 000000000000000ccc03f4916d8ca5f5b0c5b5b5f7a0ff43d7617949bb4ee9ca 0.08 MB 164 90
265,699 265,699 000000000000000f13996b535a829772ecc8de814ed7f3ab058e8dcd90dde949 0.03 MB 66 7
265,698 265,698 000000000000000ead2eb0c9c7051b5832b37261e6a6dbd228fe6dff29edfb5c 0.15 MB 103 10
265,697 265,697 0000000000000001ed9bf4cb370d38a21bad1e63e689e32dcc365a67142d9276 0.21 MB 358 88
Previous 10 blocks ↓
Total Size: 778.50 GB

Node Details:

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