Memory Pool Memory Pool Refreshing

5,690 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,613 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (328,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
579,222 579,222 000000000000000000226803caa8ef24753d9d3162b00475033297c5d1b56432 1.35 MB 2,852 193
579,221 579,221 0000000000000000001155da7809166b2500ad55fb631ad2f6c9ce39a1ec458e 1.26 MB 2,404 147
579,220 579,220 000000000000000000142c8473517358bfa43e37561d947b496a53ff62340dd9 1.20 MB 2,451 123
579,219 579,219 0000000000000000001b04a1783ee8266c61926faf016d3c42ae71478c96c71a 1.15 MB 2,645 117
579,218 579,218 000000000000000000026aca9b062f1cffa3dde6087d8468060c2db2e1816758 1.33 MB 2,863 156
579,217 579,217 0000000000000000001f590b2d58a656078363a9c13884aa2c50b2c3f789f3c6 1.33 MB 3,171 213
579,216 579,216 0000000000000000000c30d728fb600eebb088d1a73c9029cc6e9d6426c9efe1 1.27 MB 2,607 203
579,215 579,215 000000000000000000068d30b0b296f7476ed43f37099f1ae2e2bec1dbb5b3d5 1.23 MB 2,890 154
579,214 579,214 0000000000000000001386d22faf52a9f3990e0c5b2ecbbbdcbb98f12f3ffe60 1.23 MB 2,768 152
579,213 579,213 0000000000000000001dd1472fec7f4445793dcfad73ec938013966cf74e9ca1 1.18 MB 2,810 128
579,212 579,212 00000000000000000010a00e9d79ca5798b3bea2ef67727c816f7a4c11eb7632 1.32 MB 2,559 175
579,211 579,211 0000000000000000001df1de6827211af0fd4001b58441e96766b3cdd95c0ab3 1.40 MB 3,236 177
579,210 579,210 0000000000000000000aae6d90eeb6fb0dea9a7d980fbf9ed9d4a9fb90d8f362 1.31 MB 3,050 210
579,209 579,209 00000000000000000024f61f0fed050302867ebc3c0a28d6585bdb8ae9eb0106 1.36 MB 2,960 208
579,208 579,208 0000000000000000000e4e9869e7480cb74edab50636f2c60ffd20b929091a54 1.62 MB 2,457 194
579,207 579,207 0000000000000000002556c41f3ba1fe10d28eb8b49882812722ae7e486e8e40 1.30 MB 2,741 232
579,206 579,206 00000000000000000001ea5332db302d2f456d43dc724139b5a3cc2bd4f97963 1.13 MB 2,056 103
579,205 579,205 00000000000000000017404a0c9fea81f84d2e61e654e72709c8969781ab62f1 1.33 MB 3,014 161
579,204 579,204 0000000000000000001af48aed732c8e3dc4b0939b80cbe57e8585eec879bbcb 1.28 MB 3,078 216
579,203 579,203 00000000000000000015ddab220d3b8dcd300a2191fcf2b289e38eeb1e68a053 1.13 MB 1,381 102
579,202 579,202 00000000000000000015b93b95e90069d901e2480112cc5e5c031a76119d3f7b 1.05 MB 1,389 99
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.