Loading Tool

Explorer IconExplorer

Memory Pool

31,257 transactions
25.12 vMB
0.06025108 BTC
Random Selection Loading Transactions
Max Size: 125.45/200 MB

Candidate Block

Mining Attempt 7f0455fa2dea38c93de04ce104b0e0d833cdc6a0e2247d24576a42b9e763f303
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root f553b7af80be49fd1b00f3a2cca60b8fc4c12c46ca4b7c9b34cb21aa4d635cc8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,416
Size: 1.00 vMB
Total Fees: 0.01507630 BTC
Feerates: 100.24 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (414,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,228 500,228 0000000000000000008f2e0efd290ef14279b817b20635cb3a05448ab4852d7a 2,744 1.00/1.00 vMB 722
500,227 500,227 000000000000000000122b92f9215ab59d280fcfa1248f4f2d893ac22999e6dc 2,703 1.00/1.00 vMB 643
500,226 500,226 000000000000000000357acc11e6e75a2a131622b447ec78eba3b7aff0c3f13e 2,925 1.00/1.00 vMB 671
500,225 500,225 0000000000000000000d6e8725d6ddf007aa56c9c91dcd9096514df48100a6e3 2,998 1.00/1.00 vMB 490
500,224 500,224 0000000000000000000a77c13f5e76f3db193f12a3fb2e3c0e81a62f4b7c67bf 2,589 1.00/1.00 vMB 467
500,223 500,223 000000000000000000516297378933effee10de2eed0b58b6eb213027d339b74 2,787 1.00/1.00 vMB 629
500,222 500,222 0000000000000000007aa7f7fa3b63ba352861353c1075f423c4358458fd3051 2,618 1.00/1.00 vMB 569
500,221 500,221 00000000000000000076ea1c9ea26c16f360ee9bef9f01693edbb4db00f777b2 2,605 1.00/1.00 vMB 519
500,220 500,220 00000000000000000067904c4f722f13f104cbd47572bcdc016180a2e92baee4 2,568 1.00/1.00 vMB 575
500,219 500,219 0000000000000000008219ce13e82ef937d5bdb467439160a366f87b6b38de7e 3,009 1.00/1.00 vMB 613
500,218 500,218 00000000000000000052fd614ab4ce9c5c6fcda4e306d0e55b989461fbe2c89a 2,543 1.00/1.00 vMB 595
500,217 500,217 0000000000000000001e6cdb9572e41247fc160021b72aefa09124aee2c9db8c 2,484 1.00/1.00 vMB 582
500,216 500,216 000000000000000000226b554fae15f99d2034ad19c6f2e6bb53534d5b652440 3,277 1.00/1.00 vMB 621
500,215 500,215 0000000000000000000c738e0098123a554f81947a3ca917e6ce1d14e2c620e3 2,986 1.00/1.00 vMB 662
500,214 500,214 0000000000000000006b90155fd030fe4a92457b3df78f5e20b6897f90b125f8 3,373 1.00/1.00 vMB 642
500,213 500,213 0000000000000000005e1ccf8e52df9fe69b36977c7503c9fe0d856a9d7d27db 2,306 1.00/1.00 vMB 713
500,212 500,212 000000000000000000509afd8beba512d9043f48c148b5531535a97bee8fa499 3,448 1.00/1.00 vMB 632
500,211 500,211 000000000000000000268411603ce97362d2236db5673854361614fad41548de 3,166 1.00/1.00 vMB 648
500,210 500,210 00000000000000000036af81d07599864b324d14a4739db5bd262abbf62c923a 3,168 1.00/1.00 vMB 652
500,209 500,209 0000000000000000000165ab1821e63e47b28621e5790c7715011c0a51ce786f 3,146 1.00/1.00 vMB 632
500,208 500,208 0000000000000000005133631855fa1d0abe926e4eb03a528b1f6aa0e95f5a15 2,619 1.00/1.00 vMB 532
Previous 10 blocks ↓
Total Size: 781.86 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: 642.01 GB
    • Received: 12.53 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.