Memory Pool Memory Pool Refreshing

2,083 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
2 sats/vbyte 2
2 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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,056 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (775,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,938 132,938 0000000000000cb8c53853c7acaa124402a471d2f6277f77d59904bfaafb20b2 0.04 MB 118 239
132,937 132,937 0000000000000028943cf64ee7be17a883944f8686938fb94c22b759bf18dac3 0.01 MB 28 499
132,936 132,936 00000000000008bbac2dd8968eaf265c242a2adde89da515dfaa2488a13bbd8f 0.00 MB 8 21
132,935 132,935 00000000000002ced22c9084fe23428d36ba930fd90393295ef7cb1dbebc12ff 0.01 MB 17 787
132,934 132,934 0000000000000a97b73b2c3c0b62ee8e6eea34d6f7d7653a74fbb27d63e65f56 0.01 MB 26 142
132,933 132,933 000000000000004e6e07541948cd90968553437c9233a7103df9d21a553e0ab6 0.01 MB 41 340
132,932 132,932 0000000000000958837c0850bf9cc84a50adc171f26831768308ffe64d7b5ffe 0.02 MB 50 257
132,931 132,931 0000000000000fa263349ae90267e7a2c4fda037f4b106bc5be2a4ec5323dbf1 0.00 MB 12 17
132,930 132,930 0000000000000a66747e8f9fe2efcd31d4154e944f769a02af6a418c44d7cfdb 0.00 MB 14 595
132,929 132,929 00000000000004e1f72fdcac8a7fc777a8b47f029c73a6290d3e23841616da43 0.04 MB 85 310
132,928 132,928 00000000000011eec4defc0ffee303401e460d2b8406474692d0ff141b9cbbf4 0.00 MB 11 605
132,927 132,927 0000000000000edf57eb16acdcf474640504ca3b5f960cfee6148802f8513b88 0.00 MB 11 995
132,926 132,926 000000000000095c480bdb099c727f921a56c76e9f689523944989267a81b083 0.02 MB 57 520
132,925 132,925 00000000000009913b740a7b74f37cc0b00f046fb930e101923bb65b4c7787df 0.00 MB 14 777
132,924 132,924 00000000000000a84a5c3423e9bbe5bb98f631b50cec568d928107e413e9de4e 0.01 MB 14 191
132,923 132,923 0000000000000cab39297731417b01e55c11cbbc15ad2effca71d700841e5ed5 0.00 MB 4 0
132,922 132,922 0000000000001021addc77067fc476476e27687b1f1fe3dda57a7c17e5d8a76d 0.03 MB 101 259
132,921 132,921 0000000000001081767201a5a100a04195e43f80aa4f5752cd7f5a6d590695d8 0.00 MB 17 409
132,920 132,920 0000000000000e871e5b1ebe99cdbdb7445fc51ca57775badb70157e26fcdd38 0.02 MB 69 254
132,919 132,919 000000000000103e7d700eefd27c0a6b515486e7b08f7dab029d04040d3e2b35 0.02 MB 41 350
132,918 132,918 0000000000000a7b98af01e5f2b1a7f43844fa5f84ffc0a61bd660a2f82d2725 0.00 MB 4 132
Previous 10 blocks ↓
Total Size: 769.55 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.94 GB sent, 95.70 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.