Memory Pool Memory Pool Refreshing

3,987 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,707 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (606,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,112 301,112 00000000000000001a1ee0e9c98ec45034f2cd27b1e3faf62f46eb937e834c44 0.04 MB 65 31
301,111 301,111 00000000000000005e4e6111fe0ab5b6148267cfb43315b19750b977508a230d 0.22 MB 210 17
301,110 301,110 000000000000000061cfe69175888c4136f07124b50f23e9a4cad99671892226 0.35 MB 775 48
301,109 301,109 000000000000000018bfc97d1e4ad2e9363eeb341f9b056f1ce6e9ad48b36234 0.07 MB 88 4
301,108 301,108 00000000000000006baf783f3d9e5cb8af07c663f498e01a27a4111e999ae7bf 0.35 MB 598 29
301,107 301,107 00000000000000005f845ffdea5035e2d5fce2a89d04c2fad041f10773a4596a 0.06 MB 114 30
301,106 301,106 00000000000000001425e851e249deda501750d0f19797cb5d67fa570c7b7a70 0.15 MB 243 30
301,105 301,105 0000000000000000754782091af73270f3a75e47e1c22ba6b410160a372cafa5 0.04 MB 104 10
301,104 301,104 0000000000000000076362e054195c447e81b15f17f69fd3552983e4f807b84e 0.17 MB 363 36
301,103 301,103 000000000000000024b533b8b7eb048eec1c2b3983efff0a3eaa08d62bcca9e5 0.60 MB 750 28
301,102 301,102 000000000000000061f699e74ebc0318c2c2ba24c12c07fd953e5f589b886b54 0.33 MB 83 12
301,101 301,101 0000000000000000688e8a576ed16e1d80f8c16767b728dbea8d25e2fef852bf 0.50 MB 546 24
301,100 301,100 0000000000000000082f0eaae74bb1a911ae4adce0ac22e4a7ae71046ebb87a7 0.68 MB 187 3
301,099 301,099 000000000000000008249b38e8e689fd0c20138e5027f5808ecbcdcc6a5d1a08 0.33 MB 565 86
301,098 301,098 000000000000000052da828b204cf2223031c447fabf0216e11dcaaa4be9ad9e 0.67 MB 1,141 29
301,097 301,097 00000000000000002c508183f2888ca7047d9068f6ca26b2ae36ae221b76c1f1 0.50 MB 1,279 41
301,096 301,096 00000000000000006d211480ef3bf7dc092cf6f7defb76b3ef1d269d26783752 0.14 MB 272 31
301,095 301,095 00000000000000000f41514d900f264b7150e59a0e5c06eaa701cba5691f970b 0.68 MB 743 18
301,094 301,094 00000000000000004c137765a1d7ae8a63ca0f90dca89660553718fbe73ab9c9 0.00 MB 7 169
301,093 301,093 00000000000000005594d85511ad6f9bdaa1c1c66d03b881aa03c2c47f0cf5e4 0.24 MB 438 31
301,092 301,092 000000000000000066f52bbd22864fad3a773bde8c5fcac07d2a6d1903a9f670 0.04 MB 89 32
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.64 GB sent, 92.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.