Memory Pool Memory Pool Refreshing

647 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 647 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (666,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,902 240,902 000000000000008742b12ded0f52e64a1d8d2f78211359dc77a2239cec45bb7f 0.00 MB 13 232
240,901 240,901 0000000000000095deeedab1460b9511e30f8b3d74aee31ecfb915f6634564c4 0.06 MB 118 150
240,900 240,900 000000000000009a5f91eebc87532a5a1d3dfc0b8b109646c99809f5793b1771 0.07 MB 136 204
240,899 240,899 000000000000007c2f0e1db30818cf970d4d28a5a7e22d93c911344cbef040ed 0.13 MB 312 153
240,898 240,898 00000000000000b62fa86e62a3257fad913be2fc7a44e858088ee4816db9b654 0.16 MB 361 163
240,897 240,897 00000000000000870f6831595e64d9d8e5525c90b2a4b491f4d8be5f097434f1 0.10 MB 156 137
240,896 240,896 0000000000000041999f672bff7cc517c2adbbb085d61a8f81d7cdbe05855b74 0.02 MB 44 134
240,895 240,895 00000000000000f017519567862be048c644cc950ef3a1a6aeb66300d6669e6b 0.20 MB 467 215
240,894 240,894 00000000000000e7ec2b4d1627a53c59ca717d014a7ce891ca897b260b731a7f 0.02 MB 51 256
240,893 240,893 00000000000000839661131b272e7bac108db115b1b96e844417ab9c8a1cf689 0.13 MB 282 172
240,892 240,892 00000000000000b33b466798d3c2a4ddc804557cc5d62bc58c43b81dc4d48854 0.21 MB 375 132
240,891 240,891 000000000000003017f81f82adacc18da9b032f766137fb65e6564d6d4cdb323 0.11 MB 247 176
240,890 240,890 000000000000005e18932f2524c7f7a379e9742114e00e1e6991ae02cfb019ec 0.06 MB 74 113
240,889 240,889 000000000000006b964ccdb45ee2bd40175b15c977c480cf5b220656328a6b30 0.12 MB 284 184
240,888 240,888 000000000000004c0263ca2fd8433cc15aa6af98352c81449a06a42e3bc65500 0.00 MB 6 84
240,887 240,887 000000000000008128872200133dba786fcdac7fdb287cee1711e8fa360bcdc4 0.24 MB 562 173
240,886 240,886 000000000000009d03a31d0943085ca5cdef1f79a8e55fa0ea26303942de3c2b 0.16 MB 350 185
240,885 240,885 000000000000002566d5e05c68c3f2f5a17ce466543fef2e7964a810ef20374b 0.16 MB 360 226
240,884 240,884 00000000000000dfb71dd0c2ecca0e2b1c43ea61ae8204a56bad6036beffb603 0.05 MB 111 186
240,883 240,883 00000000000000de747c05181f9ea79c2469584089d87cc0b8b3a61441d8d1ab 0.03 MB 54 144
240,882 240,882 00000000000000240a27f5f57cfd7eacac4ebb1dcaf7c65889585719d8c4e4a8 0.12 MB 292 185
Previous 10 blocks ↓
Total Size: 769.34 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,643.37 GB sent, 94.66 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.