Memory Pool Memory Pool Refreshing

2,457 transactions
0.86 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,993 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 2,458 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (616,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,959 291,959 0000000000000000e35c60e410bab4f90adcc93ffe15124d1f00c99af429b1dd 0.10 MB 286 40
291,958 291,958 00000000000000004dddf9fa4d5a698e9e1e2d1d917e4d79ea1d346bdabb96da 0.01 MB 32 24
291,957 291,957 00000000000000001e5ba7453ce5c5bb954d1b39b5b419edb6acebd3371e23c5 0.37 MB 417 26
291,956 291,956 000000000000000001cae22ed57324b22f892881b368bae50fb80055fa758e18 0.06 MB 91 22
291,955 291,955 0000000000000000f45ff395f43b94ce0e9637a957a0174cb36c95920ae8ac07 0.16 MB 308 34
291,954 291,954 0000000000000000c0f8010657c5f151fe6022661c97f5a3b54568c72a8b6397 0.12 MB 229 49
291,953 291,953 0000000000000000257cd072ef94db8cc8b3433b860285c83b5cb0873135cc92 0.15 MB 309 34
291,952 291,952 0000000000000000cc03838d977060cfbe5cff99d44c3bb107e7c6ec3919ebdc 0.20 MB 275 45
291,951 291,951 0000000000000000ba181a08cec6e2efb6911bd1bfd5ceae867ef0a91d7653f0 0.17 MB 226 16
291,950 291,950 00000000000000003cdb62339def1785a8448b99e208a95fac50aa2735499553 0.02 MB 64 43
291,949 291,949 0000000000000000e9dcdecd5b4de12e4530e90e17b152188bffb02e08b92ef1 0.25 MB 447 43
291,948 291,948 0000000000000000f92f5ac84eacadde109d443d1159a130381c90f543cc6be3 0.11 MB 207 28
291,947 291,947 000000000000000075393bc5eea2b54e8f5de28a547511ed1f31df9c03120816 0.04 MB 104 38
291,946 291,946 0000000000000000767b28b51d8602ae50a9e67e068551fc74d417cd24682583 0.04 MB 23 6
291,945 291,945 000000000000000005e6fe52e4dde6cdc01f8dab989ba442f234c24123b3a97e 0.16 MB 295 40
291,944 291,944 0000000000000000d9b332efa20c2c4bc750d0afe8b766ab0bddf0142ffaeebc 0.08 MB 186 50
291,943 291,943 00000000000000000e82ee0a961ec3a2a2bfa73c428334de564f86f63b5a3dbd 0.32 MB 602 41
291,942 291,942 000000000000000015a315376d719a7beb3ba7c46859c1d12b91edb694f1e6a0 0.10 MB 154 12
291,941 291,941 000000000000000073fc795fc567e00e2a3480e382ffd60bcbcad6f534fdfa78 0.02 MB 59 42
291,940 291,940 00000000000000000c1d126849ce9f7782611b0914b3dd150879369823a170ca 0.10 MB 152 17
291,939 291,939 00000000000000003de5ce69bf41a1152b2e0ad70931b3361329fba62f8179f2 0.04 MB 88 26
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.