Memory Pool Memory Pool Refreshing

1,441 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (406,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,317 501,317 0000000000000000001c13e02db4ab0a4533fcdd71a20929ddeee3f4d94f1de3 1.14 MB 1,631 286
501,316 501,316 00000000000000000002d9020a232d9cccda5ba249faa2d0e3f3b7e150d5166d 1.20 MB 2,648 657
501,315 501,315 0000000000000000005bb15646a75250f516ec68dfdb9bbc596172d82a1f7df0 1.00 MB 2,259 599
501,314 501,314 00000000000000000066104efe00012ac5efe33792fdb4ba258c20bc8ec06649 1.12 MB 2,694 741
501,313 501,313 0000000000000000008a93993ac00d0cf078bd13a713e24dcd55038978695811 1.03 MB 1,898 346
501,312 501,312 0000000000000000004b20aabd07c5a20595b23cdb3f1af077e7966f37956a28 1.03 MB 1,326 269
501,311 501,311 0000000000000000007d9d33f81bf0cbffc7d8bc5eb4f46f4959334e390d6054 1.03 MB 1,909 315
501,310 501,310 0000000000000000007faafaefefd0161564eeb41a7725109d6c41ac3277e080 1.06 MB 2,423 566
501,309 501,309 000000000000000000450a95c6dd08d768771dcd503b74ca196f0be2643c8a94 1.17 MB 2,192 383
501,308 501,308 0000000000000000007f936166fc7e1b7a99b6c25d34d8b8a559249b9cf4e352 1.07 MB 2,807 681
501,307 501,307 00000000000000000067047977fb08009e1c3076faa88ca6354ae2955f029f55 1.17 MB 2,239 406
501,306 501,306 0000000000000000008ec31450ed4b4170f971dc63d0a0b7e15439183dc5b729 1.10 MB 2,537 558
501,305 501,305 0000000000000000008582f9ea874c4619a763d7adc40bc8e39bd393e4f52881 1.06 MB 3,158 681
501,304 501,304 0000000000000000001dbc896186f89823e1d736aef16789ebdffd7e425d8d2d 0.00 MB 1 0
501,303 501,303 0000000000000000004d74f6b59af6beb601bfd440182935e81b41388aa49989 1.04 MB 1,833 462
501,302 501,302 0000000000000000000a0e62ea4c2521f6b2414fdec9860a56325c4578045f4e 1.14 MB 2,635 729
501,301 501,301 0000000000000000003610acb877df11a05f90f534929458940fc304ac96bdb8 1.08 MB 2,704 681
501,300 501,300 0000000000000000002c9f1b51194d09837f09cfd8c1f604cafa5fc88d84d7e5 1.18 MB 2,280 779
501,299 501,299 0000000000000000005e28dc4a550fa04271a615f50417094520259493dc47ab 1.10 MB 2,240 839
501,298 501,298 00000000000000000021830cb74fcdf9049b15dbc84b061941fcedfdd0bc56db 1.18 MB 2,267 630
501,297 501,297 0000000000000000005fa8563d69924b584d44612748e0f17ec1d8e6fcce8ddc 1.12 MB 2,425 735
Previous 10 blocks ↓
Total Size: 769.59 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,651.08 GB sent, 95.86 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.