Memory Pool Memory Pool Refreshing

976 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,963 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 964 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (717,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,523 190,523 0000000000000603dbff94a763fa0a48e28f59f3cae60bd30bed49de21213505 0.09 MB 223 127
190,522 190,522 00000000000005271784cad94e08a4354bc356a8e572496593fd64f1f055a64d 0.06 MB 68 88
190,521 190,521 00000000000000a484c0587250c5912ce3dac9ce74f24c9a558b8d3a391f973d 0.05 MB 89 62
190,520 190,520 000000000000076400471d9d06f529944b51d76cf916f185ce774271eeecc47c 0.00 MB 13 3,020
190,519 190,519 000000000000085d8a3b65d1ff117a0c86c8f1d06df62ab943881ef4a1ae107d 0.07 MB 183 196
190,518 190,518 0000000000000495cbda07ec9863cf067113798b959f84a0cf9c968a19b98a85 0.12 MB 255 151
190,517 190,517 00000000000000c61c9e5281c27b2216e35fc12ee100c5955a33f22f4c34bfa4 0.04 MB 103 78
190,516 190,516 00000000000004421281c8b2b646485278b9bd8190ef8a63d3ccd7c7a2ba0e29 0.12 MB 312 212
190,515 190,515 00000000000008f4752940f361718aa63fd18dba1b2fd7ad13d70fc3561104ff 0.00 MB 8 0
190,514 190,514 00000000000006868fe2fd41754acdb3d7f9e053c5db2617348f7cd19d2164fd 0.01 MB 21 99
190,513 190,513 00000000000007a947f8a33fe3a5047a998694a80658356b1b73fb277a6f1afb 0.01 MB 15 104
190,512 190,512 00000000000003ed87e9b5c940e2188b16e2638a46a5fe0e12847f3c781e60a8 0.24 MB 624 42
190,511 190,511 00000000000007597378c2c3dbb4d801bed0ae9036d47f00be2510c8edb25d1d 0.07 MB 164 103
190,510 190,510 0000000000000159e5d6107b1946442b1ac87fc030cdac534ff8b0940c9783a2 0.12 MB 258 133
190,509 190,509 00000000000002fa8532a9b228ac1bff0d8f38399c03fe46684f4f55982d6b07 0.04 MB 95 54
190,508 190,508 00000000000002f5c12c2a9b30bfcb8c8694531f78fd6373da56e61138c1993b 0.14 MB 409 142
190,507 190,507 000000000000020eabab2b573d97cf2764c1c7ed2fc247acc06e5a9baeca23ae 0.00 MB 6 0
190,506 190,506 00000000000005ff2243d6e592d1f15c2499564a65e3a27420a2f1d7b0483cf5 0.12 MB 128 76
190,505 190,505 000000000000086fdba60cda6db399582e7a7357c2b70eb2c8a7b0983db0e417 0.05 MB 142 291
190,504 190,504 000000000000053099e2ac55d6d0eda7c5d9090796e0ec5a2d0d267e8b33a88b 0.05 MB 142 56
190,503 190,503 00000000000001ce2b20fc5d8128b427bff92d361fcd8d36075addba0f17fc54 0.22 MB 405 94
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.