Memory Pool Memory Pool Refreshing

3,066 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,727 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (774,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,943 132,943 00000000000004dc9bb0687636a81f2400d6f2a55a002d2b926038e8377ac3f1 0.01 MB 30 238
132,942 132,942 0000000000000e71546b16ad54a811645b11cdbf6edee123caec29c50f279351 0.00 MB 1 0
132,941 132,941 0000000000000c65a07112f5ab8c3c88d45a561ffb84e846400eb4281397c69f 0.00 MB 10 17
132,940 132,940 000000000000027eafd12e5170444447b3a5a9dc0e716a1476c920a16e72250f 0.01 MB 23 1,179
132,939 132,939 0000000000000a98189656abd90013047716b2f76a10580562ac6817439a689a 0.01 MB 13 9
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
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.