Memory Pool Memory Pool Refreshing

3,649 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (672,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,875 234,875 0000000000000170048e03c1310c489688157b6a81ee881f295514954deee697 0.13 MB 240 113
234,874 234,874 0000000000000162f60577a7dab01442f7bfb6a2f64955b78d3e52bc1ad0fdaa 0.00 MB 5 0
234,873 234,873 00000000000000366f688d87e55fbc3efc420e0bdf4ae8154a4c754201e8bec5 0.13 MB 321 147
234,872 234,872 00000000000000d7a1b06fc9dbb7f97b6798b0cd543671a3ba57742895397ec3 0.05 MB 83 132
234,871 234,871 00000000000000d1b8bd7bbc8506e7c9550ed55259775c2b00a44493d3148352 0.08 MB 190 162
234,870 234,870 0000000000000125ee7cb32ae4fe4ed56f60d889355a9efe354028d4759bfe58 0.16 MB 366 152
234,869 234,869 000000000000002b792a75051aa67802892455956cef9900bec130c8b9b63aed 0.16 MB 341 159
234,868 234,868 000000000000018dd8729108354622bd7c885b8069e39775350ada2325c48a96 0.32 MB 512 109
234,867 234,867 00000000000000f5a3175efc20cdac41f848d47dc7d00debe821ebfa69f91db9 0.25 MB 587 177
234,866 234,866 0000000000000010ca9757f6812cc1926a8432aa7ff9b78f5cd1c5186ec21fb0 0.12 MB 309 154
234,865 234,865 00000000000000fc907c16884c444efd0d4b4129d2bac536d89852d0d92962d1 0.16 MB 361 176
234,864 234,864 000000000000002c2d20c5009377366574b210ce5850b5103e4670030a5001b3 0.15 MB 281 133
234,863 234,863 000000000000009685fc4bee1ff9a7ada0e67b454703eeeb3c592dcb170e958f 0.01 MB 25 68
234,862 234,862 0000000000000163c0ef97217a6b18291b6c1f260f1cf98ff7030facbc5a4d86 0.17 MB 387 138
234,861 234,861 00000000000000ba2b1d7772ee529fa7a0cf8d050d27ab7be83383060422ad72 0.31 MB 712 162
234,860 234,860 0000000000000157f51fc7eaf7423f28f9126ba4125d71b56554a30b18278157 0.20 MB 492 192
234,859 234,859 0000000000000190ee1bf5262b2557eb69b49d0e14e1d644ec44a8488f7f5181 0.15 MB 253 126
234,858 234,858 0000000000000192e9db545e26c3566accafa4e3cdbc4ac7bbe5388cbb4dfe20 0.15 MB 106 38
234,857 234,857 0000000000000066c2b2c1b13c1fa4af3383886e35849a2c7b284642704e1ce3 0.28 MB 615 158
234,856 234,856 00000000000000b2adaa50ad3ead52af62a71467c88186980cefe1edc7df777a 0.06 MB 144 192
234,855 234,855 00000000000000f6885e4cccea5a4bb94df35c0f6ab837060782f033552088e8 0.25 MB 293 83
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.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.