Memory Pool Memory Pool Refreshing

8,429 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (211,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
696,462 696,462 0000000000000000000d9acd4dec1393247d80588396e8a7e0b37146c33e9273 1.32 MB 2,414 12
696,461 696,461 0000000000000000000c9d6f775751e955c6855eb7bf61c050a0e0e55aef42db 0.12 MB 29 10
696,460 696,460 000000000000000000003f9992d4aaf9fa7a17036cd3d7f4f4ef0257124c6bec 0.77 MB 1,151 13
696,459 696,459 0000000000000000000cf53cb44e4f67e6b1687720d31cd84ff9ded0c63313f9 1.18 MB 701 4
696,458 696,458 00000000000000000002d20d23c2f0fd6c003bcf21c69c64693ba8afddbc4265 1.64 MB 474 3
696,457 696,457 0000000000000000000d70ddeb5254fa8387c6f387a1d6b416c54df2629d3666 1.43 MB 1,549 7
696,456 696,456 0000000000000000000bac3f5f99b2f007ec22bb15cfc17e56721dceea476ab3 1.47 MB 2,163 9
696,455 696,455 00000000000000000003d39f88797f6e276707b33805c72741543b29f2d37ff2 1.23 MB 722 4
696,454 696,454 00000000000000000004c7bdcbf0b716c152bfd761137ba5ff2bcb26ebbc5998 1.19 MB 795 4
696,453 696,453 00000000000000000005503f920f5e55a750e7391cf02144013c7e3661277eb7 1.47 MB 1,507 7
696,452 696,452 0000000000000000000af4c97e9826912b23e4eadb560b802f70fd8121b818d5 1.43 MB 2,612 8
696,451 696,451 0000000000000000000f0054d8215deb534ee01131aff2beb8eb59e1647803d4 1.44 MB 2,881 15
696,450 696,450 00000000000000000001a45dbf02f75dad1b45eb92c38520d60172789ae8d080 1.44 MB 3,013 18
696,449 696,449 00000000000000000000acea780758dcf448b8755ba02b1538018c6849174234 1.07 MB 453 2
696,448 696,448 0000000000000000000bbc46e9ede8bc76eb4023f1449d3dd626de084f69f6c6 1.26 MB 1,538 6
696,447 696,447 00000000000000000004ea0682a79af7eb8e7bf7ae6d7fcbfe38e1be75afa0df 1.27 MB 1,415 7
696,446 696,446 00000000000000000005eca1fba4e9a02b537105816504a14504735b78f1ec79 1.19 MB 1,067 10
696,445 696,445 00000000000000000007e78076a1ce9e666ab7c7e13be2a77cb399300889f074 1.35 MB 2,022 9
696,444 696,444 000000000000000000036d96bea640eeadc5a7d46b8460add4e0d8e8f417501e 1.46 MB 2,929 11
696,443 696,443 000000000000000000104769edb911fc569aed3777f5baff648b9d04ca62a087 1.48 MB 2,803 16
696,442 696,442 0000000000000000000d40f233d3be061b85748825e6841d5aae4a42af50d4b5 1.29 MB 1,124 5
Previous 10 blocks ↓
Total Size: 769.03 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,624.94 GB sent, 93.01 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.