Memory Pool Memory Pool Refreshing

4,659 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,589 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (122,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
785,060 785,060 0000000000000000000071e2e24ea1c356c0dd36c94d3304e46f1c0db25d39de 2.92 MB 279 3
785,059 785,059 00000000000000000003e932947ff5c83f9228bdfa8f4da3e7abfb05d229d8bc 2.06 MB 1,490 5
785,058 785,058 00000000000000000000743380bef5c06d00626b32bdc7696b5afb4094cd8fe0 1.80 MB 3,039 16
785,057 785,057 00000000000000000001dd555539fb9703738284b67775d3f634b94c7416f807 1.70 MB 3,419 19
785,056 785,056 00000000000000000002b3192c09ad725b8c7babcb772ae8204e28fbfa758207 2.18 MB 2,480 8
785,055 785,055 00000000000000000001f1a8adda8f46c8f2fef5c8edfcdc6dbbc2d170763f0f 1.72 MB 2,417 15
785,054 785,054 000000000000000000043e8773360a72e0779e55ab6ae07d802d615c177c45f5 1.55 MB 3,639 24
785,053 785,053 00000000000000000000282f42a35daaff4480af1b9dd9992d8301bbd5c89926 1.35 MB 2,346 32
785,052 785,052 000000000000000000051c998406a83a7ecb32cfcf5a91fd461fa8f4aa5b79f6 1.78 MB 3,497 20
785,051 785,051 0000000000000000000330a1acf42f422e559d161f08c25d9de078dda51e8dac 1.52 MB 3,557 28
785,050 785,050 00000000000000000001c52fbd327abd793f5a92fb250737bee37a6cb64c809a 2.13 MB 220 2
785,049 785,049 000000000000000000058550a2597406c8ace9afbb332b58b7ced917ae9fc298 2.09 MB 2,498 15
785,048 785,048 00000000000000000000234e06623b525c126384e84373684b51caf23f005c00 2.12 MB 2,118 15
785,047 785,047 00000000000000000002dc0d845719edff3c84e91746cbef14eefd8902b401e7 1.94 MB 1,188 5
785,046 785,046 0000000000000000000066ebbc05bf5f5f10c2f251398b67033420b6573a3433 1.48 MB 1,138 8
785,045 785,045 0000000000000000000163bae1eda5cd5b876fffa275d8ccfbd91f8c58d4c8dc 1.70 MB 1,492 8
785,044 785,044 000000000000000000003142f5ad5ebb5f78cb273ec679a3d6c22631b7b50b81 2.13 MB 1,246 9
785,043 785,043 000000000000000000048d848a1bb3c99d5b805d81538a23461aca629ffbfbd5 1.52 MB 1,808 17
785,042 785,042 00000000000000000004b0c605932e4c714e5b92d1a47c71e6ea3be1ae1f4208 2.05 MB 1,981 11
785,041 785,041 00000000000000000003f15f2688f8c47692250fc4f5c64d9900aa0537377ef6 2.10 MB 1,581 11
785,040 785,040 00000000000000000002de65d42d9c06b07a2131e84ecdde62b17adef3bfafe2 1.66 MB 1,347 9
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.