Memory Pool Memory Pool Refreshing

10,623 transactions
3.22 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,168 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (188,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,452 719,452 00000000000000000004e234df588b658525ed6e497f627f7aac8031d246d935 0.91 MB 1,528 7
719,451 719,451 0000000000000000000af84e1e1ec2f9209e3251d33995164a50f3bc736d73dd 0.92 MB 602 2
719,450 719,450 000000000000000000051fd384b321740f612b32ac3d7d3e60dc36c99cfadaf9 1.37 MB 2,024 7
719,449 719,449 000000000000000000066221098147545e92385d2db851f28333116d2b7ad736 1.11 MB 1,621 6
719,448 719,448 00000000000000000000e0f492860f8982bd474e35fd4f0593b5717ff3c7f984 1.42 MB 2,120 6
719,447 719,447 00000000000000000006e9b51e9ae629002260e922070622ff2332c80a245ec8 0.04 MB 99 7
719,446 719,446 00000000000000000000f873a916da23a903305faaa8c394c063c0d3eb4278ee 1.24 MB 1,360 3
719,445 719,445 0000000000000000000326d43bc68ddc98bea22341db324e91d2d5bd41fd50d8 1.84 MB 328 1
719,444 719,444 0000000000000000000867beb5a8386e364ab73a91bb4190247783e2fc39be28 1.63 MB 1,152 2
719,443 719,443 00000000000000000008718267c2b7227b6a5dda3cb515897afb4cb4abfa4871 1.73 MB 1,367 5
719,442 719,442 000000000000000000053af16a4457365f129e40df8d891176439187d417a27c 1.64 MB 1,164 4
719,441 719,441 000000000000000000007f9ae690692d14c1f6f5abc465bec587b8b81a1004a3 1.46 MB 2,805 2
719,440 719,440 00000000000000000005edaaa82eacecf16aa4912d6c3622fce60a507818f1a6 1.39 MB 2,616 4
719,439 719,439 000000000000000000004bbf41d2a8b9401991436e8711ede9874b6af075fba3 1.59 MB 2,579 15
719,438 719,438 000000000000000000060511e6a24bc0dc350e1aba1237ad942788e06da1abeb 1.48 MB 2,956 14
719,437 719,437 0000000000000000000742011909516ba9bd093049d9a6b68a3b1b8625f53af2 1.43 MB 2,441 7
719,436 719,436 00000000000000000009579334cc41bb6672b932c8851e1a428c508ad3885159 1.18 MB 633 2
719,435 719,435 00000000000000000006d9c167f24b4bd81c416bf0845008b8b6e17911999fb1 1.13 MB 840 4
719,434 719,434 000000000000000000012f4cce2d925c457ffce662582260d713ab13609f5b6e 1.52 MB 2,635 2
719,433 719,433 0000000000000000000548a96d79cf8666ec2ec45a5f9462a3747c614720acf3 1.51 MB 3,049 12
719,432 719,432 000000000000000000003b0be4382a6422d9823fdd88e9cf3b8c8f24f4cdb409 1.50 MB 3,607 4
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.