Memory Pool Memory Pool Refreshing

3,970 transactions
14.84 vMB
Show Random Selection Loading Transactions
Max Size: 62/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (905,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,952 2,952 00000000f1f448c224dc7587b08e983df2e1b82d4ebd0c7a3cd90f72644723e5 0.00 MB 1 0
2,951 2,951 000000003139a0765e857ff33f55f8f2192137cc79906210a44d5c032c4da7c6 0.00 MB 1 0
2,950 2,950 000000001d83cfea5352fcec06a9312bd248dae8763ced478e0560a7e3476d08 0.00 MB 1 0
2,949 2,949 0000000037f5171ec12d77a798b7b003c89ef28d45192a4afdd9982a904a796b 0.00 MB 1 0
2,948 2,948 0000000034bc6216233635afce2939676a9da0090e423cd5946bfdbc8bf1c442 0.00 MB 1 0
2,947 2,947 0000000003e906ad154d2b10f27253a6235228fb16566f96d45bbae382f3b81e 0.00 MB 1 0
2,946 2,946 000000001f37b9a6b9d25df2fd1d6f936fdbeaae256527c54fe3bbade8f5d248 0.00 MB 1 0
2,945 2,945 000000003b2a80798e683ba42297379bb50383165b3e33f77ff37a6953472bcf 0.00 MB 1 0
2,944 2,944 00000000f59fba7065470eca7e353b376ae9682b334913c46fa933c25a7b2cfe 0.00 MB 1 0
2,943 2,943 0000000089919eef6b1b30911aa9d30be93a778c412416922b10d0ce9190bf61 0.00 MB 1 0
2,942 2,942 000000005c9813a94061e4cd2c831cb47bad634c8b2995b3e9ed976a43df9087 0.00 MB 1 0
2,941 2,941 000000001c9a6bbe76159eedc2a94c514ec7e8e2d98202c699cfc095c39daab1 0.00 MB 1 0
2,940 2,940 00000000c03c0de143abe860076d2a0ffa92f9f1dc08eb0c94c6bc3b8998e27a 0.00 MB 1 0
2,939 2,939 0000000009e8ec81ce4d599d67ef1a780230c9db23cc7aec269b08d684a05d76 0.00 MB 1 0
2,938 2,938 0000000023a952a8335a910a5e492de0df5bf812d29db3bc3fcd2984246f6ecd 0.00 MB 1 0
2,937 2,937 00000000c75abddb0e530cf708779071caa59bbc036b6135f12c929c40f5015f 0.00 MB 1 0
2,936 2,936 0000000024bf107e716056fa59bc1ea7d61d531504a2d487e14fbfd139c1f000 0.00 MB 1 0
2,935 2,935 00000000a5815d732899aad3fe8c69348707e022dec60cad4f92b27e1de8ff18 0.00 MB 1 0
2,934 2,934 0000000073ac184e60c6f799690cc042a8193c60d71c296c2bdcb96348d8c5f7 0.00 MB 1 0
2,933 2,933 00000000d6f0d7cee72dd0f0eb7de68e7daf9e00b09b0fc5ed3d07abeba185a1 0.00 MB 1 0
2,932 2,932 00000000f1687149c9658dfc89186a4404d3650a5674c3fba114c08f4355fb64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.