Memory Pool Memory Pool Refreshing

3,218 transactions
1.13 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
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,515 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (766,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,068 141,068 00000000000004b33bd3c6063fe4e74c9de9fe12eb812ad7e60a181a6d1240c8 0.03 MB 39 438
141,067 141,067 000000000000029a4b4bf7655cbd543a4dcbce3d03a4a82fb210eb9790694603 0.05 MB 165 125
141,066 141,066 0000000000000667695a025111c777eec71fb8ec614819c0661c567462a154c5 0.05 MB 115 131
141,065 141,065 0000000000000233a73b4f1446e7223c4eda57f894cd5cf8edbe555e73e47043 0.02 MB 37 30
141,064 141,064 00000000000004a8f07d894c6661194c3d3cd0501d5ddb11287529927d61b169 0.06 MB 97 544
141,063 141,063 0000000000000525d7eb4c77bf7ae49811074ad649ff1c55e4e896cd59bbf215 0.06 MB 112 310
141,062 141,062 00000000000000662b19a895257e3a74f020293f3cb1199a399225d02a339059 0.00 MB 10 109
141,061 141,061 000000000000037541efba30b09406f17526e2ffaae4c4ec7abac7ff55528fdd 0.06 MB 119 155
141,060 141,060 00000000000007b47fd92868df902723d7a459778417d74f21b2cdbf23b3d78a 0.05 MB 130 104
141,059 141,059 00000000000007a428df1a69e4623efc4aa7b053fe66d0521440aa7880f0dd14 0.02 MB 31 298
141,058 141,058 000000000000014b342d23e0fe3986977559faa5e6d8655e4b748a477a9e6931 0.01 MB 20 172
141,057 141,057 0000000000000192bcc66c152d3d906729340b15befed55ccfbb03d9a029f103 0.02 MB 56 50
141,056 141,056 000000000000010efc133265419e87a3f43fbe50982c30dac6c24691e70d4ade 0.05 MB 133 34
141,055 141,055 0000000000000517e75f3883739f4f2ed6e8e3eb59ab792ad15664c9c23c3667 0.02 MB 3 50
141,054 141,054 00000000000003329dd1f98dc28693303b3d90cd06becece88672b66763e5278 0.08 MB 109 515
141,053 141,053 000000000000018f5dff9e4443718eaa5b8881102f139b4128a60d0e6a774669 0.02 MB 55 144
141,052 141,052 000000000000067bdedccc5bd12769fb739fd705673009f0b2a8c59ff9f791d9 0.09 MB 224 290
141,051 141,051 0000000000000052fccfd7abbcb5b3012b5f8e4a6f4dcd858bd71040cde511c1 0.01 MB 17 311
141,050 141,050 0000000000000460458574f7aba498af8c7f4f563673215c1dd66b8a44c0c073 0.01 MB 21 451
141,049 141,049 000000000000029c375bf266ad152999d6027ac10accd8f2f6e6ece02d7a18e3 0.06 MB 169 280
141,048 141,048 00000000000004e0beedb552a867f43c4dfe48d843d68549f800df9e90c8191a 0.03 MB 76 226
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.