Memory Pool Memory Pool Refreshing

6,418 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,088 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (639,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,245 268,245 0000000000000000b6dea2a65fc809ec6016390cae17daed2875fc1bda0e3835 0.18 MB 339 83
268,244 268,244 0000000000000004b70ade5a8cc8e5093fcc5213860a686f409b377732fbf072 0.11 MB 214 61
268,243 268,243 000000000000000480ab74eba7b92e9604aed8cd0439d69d6b825d8a285b2efa 0.12 MB 289 69
268,242 268,242 00000000000000026b43f4b322caacc87432f07c8ce57ebb4bfb5e3d783dffb0 0.15 MB 335 63
268,241 268,241 00000000000000025fa104006aafda644a8c0473e1046ee9f565b32a7b7a185b 0.11 MB 243 57
268,240 268,240 00000000000000079306652bb7ab22182d96cc33ea42f897d434d699f4057ec6 0.16 MB 329 80
268,239 268,239 00000000000000003125230d17e01c02729f51c04888f170e62dafa8e89de73b 0.18 MB 288 52
268,238 268,238 00000000000000058128caeb90c23316e5cfa01b1455685ba2463ade6e4ffde0 0.15 MB 288 34
268,237 268,237 000000000000000034ecfa7887008eba76cc67b4076e1a7447cbafc30ccd00d8 0.25 MB 576 68
268,236 268,236 00000000000000068cee6145a25b7c9ded5256ef677a6fd3ad37dfc3bd698af2 0.09 MB 212 18
268,235 268,235 0000000000000002da32100f879e288e24a34235e52b79666c8e17500041ce64 0.15 MB 337 46
268,234 268,234 00000000000000074cf7f7fa2bef753a98d745b06b047d6dbb91d23e5aade937 0.03 MB 65 9
268,233 268,233 000000000000000283f2c3e8ae00d7c387a4365ead464c4effdf6d641aa1416f 0.19 MB 373 65
268,232 268,232 00000000000000005f3a763caa56924061b410e183196950953246a2dc4ac4e3 0.25 MB 427 6,001
268,231 268,231 000000000000000645a66c25d804fc14261ef6ac37bdf22128d420d7c17978db 0.20 MB 328 44
268,230 268,230 000000000000000861a91fc9273362f6b082c8022f91d85fcafa6105d4e30ac1 0.15 MB 278 47
268,229 268,229 0000000000000000c7b9a1298343a07937ca426c947a632fb47c23b4370c2787 0.28 MB 416 56
268,228 268,228 000000000000000577a0d4c5f603def9397839a1afcdf620cc685d40abab2faf 0.01 MB 8 52
268,227 268,227 0000000000000004fd93b032c7dea5799d4d5cb151e76658f7bbd3e0ebd3d5f4 0.28 MB 399 36
268,226 268,226 000000000000000850f528297271943d872ed00d6ffca347b46c3dd5c62ccf1c 0.18 MB 352 68
268,225 268,225 00000000000000059c9db53e74f9559b4c3a1df6feb0fee0dd73ab0e21cb3739 0.07 MB 150 57
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.