Memory Pool Memory Pool Refreshing

182 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,770 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 180 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (622,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,066 285,066 0000000000000000fa5c9bc0760aea33ad2f952843aa39f7d4489b281f2bb520 0.05 MB 118 56
285,065 285,065 0000000000000000874affe5f0dfaeb885749af62ba69ec9eaacba1b54a77b56 0.37 MB 717 31
285,064 285,064 0000000000000000826fd90a328954b22c5ca3dbfa82ddd68d27c2fa84cf7169 0.35 MB 867 41
285,063 285,063 000000000000000109e5573d057d0dbecb4c0a56429602891825c40f9eab0944 0.05 MB 128 98
285,062 285,062 0000000000000000015f80c6be2f62318a94f1ac323d97f4e1522739fa660a6e 0.29 MB 682 44
285,061 285,061 0000000000000000c90a60a6325e6dad0ec40adfa4d0d52a477f158fac727581 0.07 MB 146 36
285,060 285,060 0000000000000000e64a5e5bc8fb4f667a455e6a82a237a2a27157b158be3a7b 0.17 MB 297 32
285,059 285,059 00000000000000004782849d23118fc3b4f429357fdbebe0055170d97f890c7f 0.05 MB 115 35
285,058 285,058 0000000000000000b454a9c2b25ec440718345cf286946a1902f4ae30bddebc2 0.30 MB 560 35
285,057 285,057 00000000000000009d2caf0b263cd6969acf39654ce50269bc2c483946f02996 0.26 MB 600 48
285,056 285,056 000000000000000163f0122ed866daa609d4e9a3b91e0cc6002ab21a4319e4c9 0.13 MB 196 23
285,055 285,055 00000000000000019dae8f2594d7f3ec9e41f39fede7c76326bc321d202f8ca7 0.35 MB 939 53
285,054 285,054 000000000000000001ed1f45e7bb07cd17b834cbe703364f0dd603b5903a2766 0.06 MB 154 28
285,053 285,053 00000000000000017ba123d2c345c995e6639337a4ec7144bc6086be5b8cfc86 0.35 MB 829 46
285,052 285,052 00000000000000005c78765012e41d41be73633f9593d9e21a394e676007a36e 0.26 MB 648 39
285,051 285,051 000000000000000117bce79ccd6df6976fe046259e046acb742f2c7c32748d89 0.24 MB 535 43
285,050 285,050 00000000000000003e2c6c90dcdf25e6735c34c08e607017418dec67b02c405c 0.01 MB 10 20
285,049 285,049 0000000000000001879e44d932bd98599255b0fcf01169960c3d3172143747a1 0.12 MB 259 34
285,048 285,048 0000000000000000b2d33c9adfa10b04f7811f5f72034dd58e69f5cc27a66c2e 0.10 MB 169 16
285,047 285,047 00000000000000009365ff3ee90eff70b7c31c07dfa1efe07c00b6e48438d226 0.12 MB 266 60
285,046 285,046 000000000000000140fbdad66344ad98bb6db231a0dd5ebc506473646ef4fe00 0.50 MB 810 30
Previous 10 blocks ↓
Total Size: 769.11 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,629.45 GB sent, 93.43 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.