Memory Pool Memory Pool Refreshing

1,422 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,401 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (746,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,530 161,530 000000000000001f571861c8e35f8498411a8285d35f40073943dd17edfb74af 0.03 MB 55 117
161,529 161,529 0000000000000551dad5e11c4237a409c958b1bed1daa3dd83b48f4e1acba44d 0.00 MB 9 12
161,528 161,528 000000000000039c3881edb508bcf4c5451b785e6d37e1428fe08408be75c51e 0.05 MB 74 0
161,527 161,527 0000000000000b6feb45da43d5c08cf1ccb6336a62ae14b55a2d18302affdaac 0.07 MB 107 483
161,526 161,526 0000000000000bcead2add9bd30c5f2654cf27cc787593b3e316f855d65f88e5 0.00 MB 10 62
161,525 161,525 00000000000008b08c3e99ffe23bb4e54bb48495c985802d37d2b4104ebc604f 0.02 MB 33 17
161,524 161,524 0000000000000880d7ace4ad0e5039d9cdbc057973452996d9758b658a9a7015 0.02 MB 44 81
161,523 161,523 00000000000001c0612ab5e9f891feda7325a7fcf97c601edd0196225dbccba5 0.03 MB 78 107
161,522 161,522 00000000000005dbac37d1698800c5ccde7ecebf4d5ae5b21dd143748534c775 0.02 MB 42 122
161,521 161,521 000000000000023ad5c596792c86975faef05c4c4fc3591cc7f059e1371ba991 0.02 MB 55 82
161,520 161,520 0000000000000cb784a7d82f9667e70155c99b2483935094a32d52f3055ad855 0.02 MB 67 96
161,519 161,519 00000000000009895298dfabab4260075fd837a008d3dd7bf1902bc31bce6910 0.02 MB 69 134
161,518 161,518 000000000000092d11c99b371039fe979a70b827f754d70c0db92cd48991079f 0.03 MB 81 33
161,517 161,517 00000000000005534376b6e0cab7ec966be146cd07aa3e8c731dc4f2a0fa5b75 0.02 MB 33 0
161,516 161,516 00000000000000449c1bfd10eb178edfcf0606290b71e452bd260fd09d63eec2 0.05 MB 55 370
161,515 161,515 00000000000009d57367f4637349d6f14216bc75494631beee3c24b7e5b3a36f 0.02 MB 54 0
161,514 161,514 000000000000009ee0ce272897f432c7a300137194401c5057df6fdedc82a604 0.06 MB 102 220
161,513 161,513 0000000000000239d3baccbd84bb84eaf6aeeab21229a31d93cb25d9e4967703 0.05 MB 70 31
161,512 161,512 0000000000000b60548b28b42b2675b0aed4920f80b2991c43fea1011dc7b812 0.02 MB 49 203
161,511 161,511 00000000000003e5553e476f2ac6c704fffc2ea7027353af28bc3182be555cfe 0.01 MB 19 8
161,510 161,510 00000000000002a19516294fc56d4e263f48bff1c055fdd82b8143d2d9dbe461 0.01 MB 6 15
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.65 GB sent, 93.65 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.