Memory Pool Memory Pool Refreshing

3,093 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 3,050 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (86,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,226 821,226 000000000000000000004ae9fb4da8f2ad9b61d33f1c220b085b62313576db2d 1.82 MB 5,109 241
821,225 821,225 0000000000000000000147574316051ca92ea0bd69fa401b7365d8439c053a53 1.69 MB 4,264 258
821,224 821,224 000000000000000000012ca538b0a43f9ec1ca53b09485cf92332250acb9609c 1.81 MB 5,086 256
821,223 821,223 0000000000000000000288812007254f1676d244a8255f59c02973993fc84003 1.50 MB 3,050 316
821,222 821,222 0000000000000000000384cd32850daef0fbf02919d46b5e3134ee4388e75165 1.62 MB 4,217 253
821,221 821,221 00000000000000000001866fdde2495b98e726d6c0c5ed0474e4adaf04d01919 1.52 MB 2,371 372
821,220 821,220 00000000000000000002026b98f2e7569bd5b5f9a193c0ab356422a14ea8f400 1.60 MB 4,258 201
821,219 821,219 00000000000000000000479960cf7c0e87352cfc2d2cecca9b42ea71cfccb1c3 1.57 MB 3,201 266
821,218 821,218 000000000000000000024ca533558766593ee7f5659029e8f9940baca20cb251 1.78 MB 4,657 164
821,217 821,217 0000000000000000000288d560b0185d014fbc9cb0d08917eb7b72a75872bbe6 1.61 MB 3,836 186
821,216 821,216 0000000000000000000359dafa085516b0e02d10c9477f566364029252c01eb3 1.62 MB 3,786 211
821,215 821,215 0000000000000000000091124d63f2f0db22e8fea521263ec9ead2a96fbbad06 1.72 MB 4,448 168
821,214 821,214 00000000000000000002f5408f4f7269be24ca5fe95079930575a105cb8126e6 1.56 MB 3,221 235
821,213 821,213 00000000000000000001faf7d9659cc6c07ab8d8b6870f3b8c238b31ac780b81 1.71 MB 4,522 143
821,212 821,212 0000000000000000000292e218b5e6be7c1aa6b599000c347490aeb08b967b4b 1.73 MB 4,656 159
821,211 821,211 0000000000000000000221f71eea7a36777bc1cbc0504507d6f5fa8dd2c728e9 1.68 MB 3,258 148
821,210 821,210 000000000000000000010e12839c836ee639cf589292e0e3d23942d38e82ce20 1.71 MB 4,244 171
821,209 821,209 000000000000000000002a1a5706616bb8dd8e00ff92c5bf5c3836df77445e12 1.58 MB 3,819 164
821,208 821,208 00000000000000000000559e1cc63ad0fa7a567ba3889301fe464dcf758f3496 1.78 MB 4,743 191
821,207 821,207 00000000000000000003b2894d46291b53c60fca170ffd87e32ec09a54eba30f 1.80 MB 4,939 172
821,206 821,206 0000000000000000000411556a502e4a17629e18f22171e8336ffb0b3e27e61f 1.73 MB 4,523 192
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.