Memory Pool Memory Pool Refreshing

2,735 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.75 vMB 2,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (788,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,267 119,267 00000000000026b3b1162c32977b8af955f0c6984511ccd01a963cb830e06f87 0.00 MB 5 1,278
119,266 119,266 0000000000003b66a6942112cd3a0d5ac86645ab3943b0c9a3f68c534e9769db 0.00 MB 9 0
119,265 119,265 00000000000042d7b140e158075cc182d3fa7f2d9eb3911035fa982331a7f8c0 0.00 MB 11 339
119,264 119,264 00000000000020ac89e463da48c0bc383ea21aff754cb29582973fa59bf55e0d 0.01 MB 14 138
119,263 119,263 0000000000007898b5db7a1bfb95caf54ec78f41b5035b53f11d434b3cf45948 0.00 MB 1 0
119,262 119,262 000000000000a9f12499822a0e94a4b2d49f57c018400cd8ea29c4664332d096 0.00 MB 1 0
119,261 119,261 0000000000000ca609008f44af5567e4eb7bf4f5a6f6cc8854545976f8184f44 0.00 MB 9 0
119,260 119,260 00000000000048fc8a986ec73c22ccdcefa233e001e3a6e65bef40399f7a87f6 0.00 MB 10 0
119,259 119,259 00000000000064ba8a5f12e3ba1e52c2ab0bc63b76b5607fa1104ec04321e31e 0.00 MB 9 0
119,258 119,258 000000000000493dc2b56f9fc4f6c6bb2370c1f0ddbda895cee5b7ad833d57a3 0.00 MB 10 336
119,257 119,257 000000000000466f4e8b6373bcb9cdf57b2711a145de55547d5f808e5aff23ab 0.00 MB 11 656
119,256 119,256 00000000000033da62decd5164298c50ddf216025c202396ab8f1e76d9d8cf42 0.00 MB 11 0
119,255 119,255 0000000000005d84e8cd7492c9345a598cc2136806e4c51e3852e5cbe53b70cf 0.02 MB 31 328
119,254 119,254 0000000000008eedb3c9b287f82dcc558d1a26c632c469bcc32680963b2486ef 0.00 MB 9 0
119,253 119,253 0000000000002fd23ae8c73444363d3fe3f8aec6343535fdddd3fcf965d36a57 0.00 MB 11 1,451
119,252 119,252 0000000000004f20f1ef039de4021664e81d89a023e0d432d114b2cca6e552d4 0.00 MB 12 0
119,251 119,251 00000000000050ec76fca87b2220c85ca003593a5a9a65530bdfcbd55b3c201e 0.00 MB 11 809
119,250 119,250 00000000000034a6d726908196d348a98e491c3a1d7c5138b2d15f8a0e8b1d45 0.00 MB 4 0
119,249 119,249 00000000000078f616c8ba7421ea887955b80ceae4b1633d619be7a507e182bd 0.08 MB 289 0
119,248 119,248 0000000000001ceeb3aff43ef7bafccd6e61a9a8e4964e0b94eca1466a704933 0.00 MB 12 312
119,247 119,247 0000000000005c382693e2136336fd44badad81e8d4c7a2bbdef50b1596dff42 0.00 MB 12 598
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.