Memory Pool Memory Pool Refreshing

807 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,747 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,746 (527,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
380,423 380,423 00000000000000000fab9c5f9ecc997078744a8fb9cf624636927429fd7a2da2 0.09 MB 142 24
380,422 380,422 000000000000000003230392f0bfdc8b5249a9f7ddcafb6ae9c3fc0690b69eb0 0.93 MB 1,413 31
380,421 380,421 00000000000000000435c648514e8fb280090f1e05b024cbfe09cb3ad45eedfe 0.25 MB 345 32
380,420 380,420 00000000000000000ae3b6268d08cc95e23578f263fff5a5085d1ddf3cf5b0fe 0.00 MB 1 0
380,419 380,419 000000000000000006b6c91a76740020560af1a13028f4715426b5bbaa7aabf2 1.00 MB 1,922 49
380,418 380,418 00000000000000000336681e9424ad90d793acb9377cc87feae38237c1f66cef 0.49 MB 759 29
380,417 380,417 00000000000000000b1fc14c0415b5ec0b4e5d7a1b3b41b530c53cb1980e16f2 0.08 MB 66 15
380,416 380,416 000000000000000004e41e5a5613567aea819b920de432a3ecd09d5ff0ca8906 0.08 MB 46 10
380,415 380,415 00000000000000000d6d74a9d1e32b6f6b92cd1da8706420409a90b254154fa6 0.14 MB 273 34
380,414 380,414 0000000000000000082e4cb3307707309e92b6ff1afe9b4c93e1927803982937 0.53 MB 1,122 37
380,413 380,413 00000000000000000ca5ec51db04ce1aab67d00c2ffdb749b549f9010fd55056 0.65 MB 1,506 43
380,412 380,412 000000000000000002b74169058d91d6da5c91218a4b48eb0eccc5604c5f9963 0.41 MB 684 33
380,411 380,411 00000000000000001096591a6155273c38c208d49f758704a59d823e42bb0188 0.43 MB 909 44
380,410 380,410 000000000000000010d5cf3d71487f8534be4006647c86269d20f05766a83034 0.13 MB 215 25
380,409 380,409 0000000000000000094a1ede8829e877f18c6af8edcf4378b09ce98c544c4a84 1.00 MB 948 16
380,408 380,408 000000000000000009bbd1f0824d8075288117253ee88243d6e4ae8aa7a3c26b 0.67 MB 1,685 41
380,407 380,407 0000000000000000081ecfde7e129db2a9e635dc4b1f86db89f941d13cf61827 0.25 MB 565 41
380,406 380,406 0000000000000000001bfab6ccb72c4827bd76a82bc0b3334ca5d6f7fcfdc539 0.30 MB 640 41
380,405 380,405 000000000000000003cc31c7d0ffab8a038ed705c4532e9c89eeb913b07a90ff 0.89 MB 146 7
380,404 380,404 00000000000000000c8e1f2e1ebd8b6d0c43afea9675d0a1ba5c6a698b889b98 0.26 MB 562 37
380,403 380,403 000000000000000001708873b56a50077bc26741f2630ae0003c7cc187e9d102 1.00 MB 379 11
Previous 10 blocks ↓
Total Size: 769.07 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.04 GB sent, 93.21 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.