Memory Pool Memory Pool Refreshing

5,430 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,925 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,196 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,924 (791,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,205 116,205 000000000000edf5e857a2f0b0a5f1ff832bc94ab9fe0aab44a466cbea201d80 0.00 MB 11 351
116,204 116,204 0000000000008256fba444cef32749118d101e41a59d30b8644bbbb9fa6b1d2a 0.00 MB 14 811
116,203 116,203 0000000000008c3db0036b0673cf83c5644d5e7aae23e24cf1ee37ed3b912c15 0.00 MB 12 0
116,202 116,202 0000000000005c418bdbdc04655bf6c74de2d3dff6d36f66c3806807b08e9505 0.00 MB 6 700
116,201 116,201 000000000000cb6eb309f85c0ff869bdb6579943ee00a4db3b559c4bfaaa8e3b 0.00 MB 10 0
116,200 116,200 000000000000f1d697e9398b391fb7f82c055cf82275a34476e79082ccedc010 0.00 MB 10 941
116,199 116,199 00000000000074c2b1aeb4e090481e332eb4cb38917fe4ad885e4ea623b25650 0.00 MB 11 348
116,198 116,198 000000000000bcfda5ac68460cfa0f6e3f6c2629084c60c85247bbaef0d5fbbe 0.00 MB 12 357
116,197 116,197 0000000000002fa0d8493587b6eea13b28c79186985a52d2f5e349e83f3346fa 0.00 MB 11 0
116,196 116,196 0000000000007f144d98b4c4e981e8a77d053859e680618099d1117878d743a8 0.01 MB 10 157
116,195 116,195 000000000000246c377f18ce75d5ee726193f56e3244724d772ce084d5dcaeff 0.00 MB 11 0
116,194 116,194 0000000000009081d439fb742d9f91bbb2394b0c4ae48eef8a7558c80e8cb488 0.00 MB 12 0
116,193 116,193 00000000000078c1fed134ca59fffd8c630245a2a4bc3dbc98027b820e72ae02 0.00 MB 6 1,359
116,192 116,192 000000000000666d6bebe9a257d61fa00e34641cfad4d87487877164459d000d 0.00 MB 12 338
116,191 116,191 00000000000097d6461a68495bcf17edc9a4bbc682649085bd3ee2741bc8db5e 0.00 MB 7 0
116,190 116,190 0000000000003581fda2cfcc59cb5f84e50d5956dc2b785dce9b48fdd3952860 0.00 MB 1 0
116,189 116,189 0000000000003da271eab146d5f359525b4a96bb33bdf4c222eb26c7bdd6725c 0.00 MB 1 0
116,188 116,188 0000000000003e2cbbcecec4a29e2d25724a597b998e35843aefbdccde2f5e29 0.00 MB 11 0
116,187 116,187 000000000000f172dc8ebf43417109ca6979e294029e3330f72bd11c19f841c8 0.00 MB 10 0
116,186 116,186 0000000000004dccb5e25de4e0b6af936314721ce32f0c385e0c5aef6537ce4b 0.01 MB 12 1,192
116,185 116,185 00000000000015ebae6b0f21242fc102fcf9e21e0c783e0c18cebce351a653af 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.40 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,644.73 GB sent, 94.97 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.