Memory Pool Memory Pool Refreshing

8,341 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (581,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,304 326,304 00000000000000001de509f0ea14a5439d085437fb878e45e79f5a78a164ae95 0.17 MB 321 27
326,303 326,303 00000000000000000b7b81dd243f9d3ce9d3adb7fed5d8785ca812eca9c6e2f0 0.06 MB 84 8
326,302 326,302 00000000000000000d9e18cdfd255149ca0568675e60767cacacb72a760490ac 0.07 MB 58 7
326,301 326,301 0000000000000000099d44d501a5a68196d4f86d85eb1e504cd0141579a54d50 0.39 MB 382 18
326,300 326,300 000000000000000000ddb6a84df0d601dbe4e4ed843e05a16f7f653861227bc4 0.50 MB 1,252 33
326,299 326,299 000000000000000006e5e95748c1472a6adb6e5127b5f56aa157e55add29433e 0.18 MB 294 21
326,298 326,298 00000000000000000eb54edadd73b902eae3a26e6cf0a712b3dca7427dcc5729 0.25 MB 345 20
326,297 326,297 000000000000000012eb752d0857825a7026231726b27536f1178f58c29fe3ae 0.40 MB 799 29
326,296 326,296 0000000000000000034295c3122db8734d10b11e34bbc3446c50c709077c8f77 0.15 MB 283 23
326,295 326,295 00000000000000000be10fef276ee5eaef2bfa52b591fd5be87db409d3992299 0.26 MB 526 31
326,294 326,294 0000000000000000021084807c852982e1177800c493885be43664d8e05111a9 0.13 MB 247 30
326,293 326,293 000000000000000001c80df24435aa9f3ef5888fbb7be4801c0b08b4b9890e58 0.06 MB 113 23
326,292 326,292 000000000000000001b537c2360b8a03143942372ce9dbe850db536429705c12 0.28 MB 545 29
326,291 326,291 000000000000000018a24a70cfdb5da871d5267da1efab4bcb615e6c1494bdd3 0.07 MB 137 30
326,290 326,290 00000000000000000fe78784d4bf8585543ce02d0207fddd728bd3d30f0e819f 0.00 MB 16 14
326,289 326,289 000000000000000013e6d078b4a43357a9ffad25c97bcf352ffc65114741fed4 0.18 MB 249 22
326,288 326,288 000000000000000017643bbe27445e13d15d2da15d2f31dea942562f947cc98a 0.41 MB 755 27
326,287 326,287 0000000000000000037817723f04f8626457f1ea8442e5fd8f6ddc82d126456d 0.04 MB 89 19
326,286 326,286 00000000000000000128942e7835be8425ed5d20577e33105838260e74e507f7 0.16 MB 130 18
326,285 326,285 000000000000000008034dcd0b990fac1a44490ae676fe8bb9c78ca50842bf7e 0.15 MB 355 31
326,284 326,284 000000000000000016073b2e3a9fb57fe54671ddee5116e6b73fc06485f23dc6 0.54 MB 1,093 29
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.