Memory Pool Memory Pool Refreshing

1,433 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,432 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (593,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,340 314,340 00000000000000001de6cc423e0982b1d98fb2a0b0954c545d3a964611a39432 0.04 MB 73 29
314,339 314,339 000000000000000008232440317d1726aa0ca7019dae1658f5e7cd6bd7f72e42 0.12 MB 219 25
314,338 314,338 00000000000000001c920e4c654fc93426a32c48e00829ed6ff597f3ba15c062 0.42 MB 639 24
314,337 314,337 00000000000000000f1cb013928935fd9ee4691d41ebf5e0998eb91c7aedceb5 0.06 MB 125 32
314,336 314,336 000000000000000039ab9973870e1e4668a5d2941e7d80e48f510145d5808edf 0.20 MB 143 13
314,335 314,335 0000000000000000181779cbbddb1eaccd5ceb305c00e5ad4d3ffda2aae3f066 0.35 MB 801 33
314,334 314,334 0000000000000000222131a3ea38bde4bda390baddeb511d0c75ef4fb0d71f93 0.31 MB 450 27
314,333 314,333 00000000000000001fc0c2bc2c5191512dcbc8399e6576175d7a35cf76f5ca2c 0.35 MB 620 27
314,332 314,332 0000000000000000310f4edfd4458da7cdc5593e676ae7b659fb762ff03928f5 0.47 MB 657 21
314,331 314,331 0000000000000000323d5ee484f6ca602146846f1573012e7f2c622be61a3df9 0.10 MB 256 39
314,330 314,330 000000000000000003bbbdd6f82cc323fd79d1a919089fc398b47339c3c479ec 0.32 MB 588 30
314,329 314,329 000000000000000036340ed534c84df7e3736e3971c66fd61325a4d5dbd03733 0.07 MB 140 24
314,328 314,328 000000000000000037af4e1224a536b6acdc1d09191eb899534c9413936706fe 0.48 MB 800 28
314,327 314,327 000000000000000029cd8b05b43d3d33f3b842a0eb03f2c1e2af8716234ac717 0.01 MB 15 32
314,326 314,326 000000000000000030fad377cdc1222d4e9fcede468cc53a5af8630b67be9710 0.03 MB 49 24
314,325 314,325 000000000000000018ed80d77def51681d395207e6cc11150af25f87e655e859 0.21 MB 322 24
314,324 314,324 00000000000000000b762c099b5e8760e742a6f450d7b1c7e82b29a8a8d2eaaa 0.30 MB 561 26
314,323 314,323 00000000000000000297a91b8ca1338cd46675fdf7162367e01565465a497c45 0.06 MB 93 23
314,322 314,322 00000000000000002cc88c9823eef1ce1828480a1dca8d3b1598933831830bda 0.08 MB 114 24
314,321 314,321 000000000000000037febd712088108f4bc5995b6d999799adc094e398ef7f99 0.37 MB 645 40
314,320 314,320 000000000000000013d4504937544cc98c604cce3c572aff113cf63bb8f03ef9 0.21 MB 383 30
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.