Loading Tool

Explorer IconExplorer

Memory Pool

73,718 transactions
27.25 vMB
0.06323169 BTC
Random Selection Loading Transactions
Max Size: 166.48/200 MB

Candidate Block

Mining Attempt e13f3d1582e16cd479d36adc14f23b1220296edd97793814ca8834306cb1826a
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root ae5100d17d985b4ecf2ede9273e2b00749734e9e00523f177f71b6c33c499c74
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,738
Size: 1.00 vMB
Total Fees: 0.00526445 BTC
Feerates: 80.00 > 0.53 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (392,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,227 523,227 0000000000000000003433a27c065bbe0117a1871e5a84579fd9dee7a8c20b49 1,510 1.00/1.00 vMB 72
523,226 523,226 0000000000000000000a374f18dd15f95c46e8d57d75a1f4d4251358fe1204d4 1,974 1.00/1.00 vMB 107
523,225 523,225 0000000000000000001cd4b6325fb30622e2d0924f08510279d5c9d5dfb7a949 91 0.06/1.00 vMB 36
523,224 523,224 0000000000000000001f3b88e8f368f12dfef7f082f4424f5c0c687ca4ee32fe 318 0.47/1.00 vMB 40
523,223 523,223 0000000000000000001408a80384bca5f53c51cd3e355e352a7b08f2522a1b39 758 1.00/1.00 vMB 13
523,222 523,222 00000000000000000029e71eb55c9f66798202c6910d2a89b743529595c55320 1,734 1.00/1.00 vMB 99
523,221 523,221 00000000000000000002e4a69242d83b50b5fa916547fbb31521e9dc4d583789 382 0.59/1.00 vMB 31
523,220 523,220 0000000000000000003e9ad8bca3525cfa2418fe49d2889ffee787b103461145 414 0.96/1.00 vMB 42
523,219 523,219 0000000000000000000a59dc151befcc6e79dada72877628f24a993e7ebe1066 1,580 1.00/1.00 vMB 59
523,218 523,218 00000000000000000031eb27dbfe9e40554a4e8c2a7cd67753f60d94bdb16b9e 82 0.06/1.00 vMB 33
523,217 523,217 000000000000000000300cc308b4ed6f5c4094c633d1817edb7410fd8da85dcc 452 0.17/1.00 vMB 73
523,216 523,216 0000000000000000002c27902240947e2690e02e4f9da5edc741001c253cdd1b 1,349 0.64/1.00 vMB 87
523,215 523,215 00000000000000000022b3f0ba7e53a9435ccb922abc5f93a0766a030974e29f 1,100 0.57/1.00 vMB 54
523,214 523,214 00000000000000000036466cd9e7aafb8f06b07ebef30178d56e65d4592c1a73 620 0.37/1.00 vMB 28
523,213 523,213 0000000000000000001e6bcfe71fc536c096b6b304eae80d20ddaedf5b9a3645 1,853 1.00/1.00 vMB 78
523,212 523,212 0000000000000000001b76e4231823e4d1e47017bf0f164bde90820dbede5239 43 0.02/1.00 vMB 80
523,211 523,211 00000000000000000003b83a79d1083f4b5b8ec2f2e0c10a9f1ffac86a6d0e83 2,279 0.95/1.00 vMB 43
523,210 523,210 00000000000000000033e8a9ca064543a75ac3dd929a42e50da752bb3a79ced8 2,094 1.00/1.00 vMB 61
523,209 523,209 00000000000000000042579e31f253a7a04844cd4e5fc27f6d234a7d38a238c2 2,194 1.00/1.00 vMB 86
523,208 523,208 00000000000000000028d1186d6dc9191a6ec93624141031e31814e22e75e0c5 1,995 1.00/1.00 vMB 94
523,207 523,207 000000000000000000309aad8c5e211eafa39d0d02a14eb05f9c7dd073fa13b3 173 0.21/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.84 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: 712.06 GB
    • Received: 17.16 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.