Memory Pool Memory Pool Refreshing

3,443 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (391,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
515,993 515,993 00000000000000000040732f1323eef7cb908567666f01051bfe4abc26ccd918 1.40 MB 1,682 37
515,992 515,992 0000000000000000002af27b6340ac892b766c04e3539b493ccf6380cdfacae0 1.49 MB 1,462 11
515,991 515,991 000000000000000000382365f8d7a96219ed78741c1130d373c98f0e09f8001e 1.00 MB 1,382 23
515,990 515,990 00000000000000000023b9697db7cb182ae2dc7a3fab5db806d3abf7fda16d1f 1.12 MB 2,151 44
515,989 515,989 0000000000000000000294031c14978160de66f6f708496e99c069d5c13802d9 1.05 MB 1,132 40
515,988 515,988 0000000000000000000ec8a139671b4a1f2e71bc2aa8c01796560c10a5a6eda9 1.03 MB 870 56
515,987 515,987 0000000000000000002f04aa701f30c06d5d0d257b4aecd114b91fd160b5a056 1.01 MB 560 53
515,986 515,986 00000000000000000032e3800c818838e2d9e7bc8a000c01711b45fccfbcc783 1.16 MB 1,257 17
515,985 515,985 0000000000000000003500a8a18cc4f0a54e8efa0536655ab2fb62f8a30ef538 1.02 MB 966 16
515,984 515,984 0000000000000000001a7ff39bf528509e243c9145415b3a256979c28c5f304d 1.00 MB 104 2
515,983 515,983 0000000000000000000492e4a9d8af0367ee1b3b4e3745fa619a98c459127afc 1.05 MB 836 15
515,982 515,982 00000000000000000031da2290e0683c5b9f017a6a6749382c79cc6ddcb2287b 1.07 MB 1,099 20
515,981 515,981 000000000000000000513fd26df601a930b9e101777cd64032f89eaee0cbbca1 1.03 MB 515 6
515,980 515,980 00000000000000000018debfcd6fb3a62661c11484def3561d0b5b651116cc25 1.11 MB 2,363 29
515,979 515,979 0000000000000000002a8948f05a53bf10cf8fec7f64347b3c1cc611ae066e4f 1.13 MB 497 3
515,978 515,978 000000000000000000094effbae3be490c2f59eb03ab5deb1d82db664fe66c79 0.67 MB 1,515 30
515,977 515,977 000000000000000000214c0f4e18ec52d300a22cb6b21db2d7d49687887b9836 1.11 MB 1,613 23
515,976 515,976 000000000000000000233036ff2149a84d4c830e3a9570f198a412d301a60eec 0.22 MB 477 25
515,975 515,975 00000000000000000017bb1d335f2bc3eaf41ab0e9689a497a3bc6a5017e7579 0.65 MB 1,447 27
515,974 515,974 0000000000000000000c514fe69ae4bcf2c30e4d3d55b04877b880839328201c 0.07 MB 161 88
515,973 515,973 00000000000000000007b228cff5c2c8872049e04a694522d2d380aaf9301ce3 0.57 MB 1,263 33
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.57 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.