Memory Pool Memory Pool Refreshing

8,138 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (858,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,455 50,455 000000000a7857549b11f90c7215b6c4a9bb78f2d38a91ab1ad397f067b519ca 0.00 MB 1 0
50,454 50,454 000000001d7f97dece88c7cc9ba2cce09627705cbd78428ec6f29b03a86e0059 0.00 MB 1 0
50,453 50,453 000000001ac242498963eca94c4fcc3f0fe0bdbcfa229a09d2ed8ea016031767 0.00 MB 1 0
50,452 50,452 0000000006d090f854edfc3d59a7667fffd8f05fba15602734d975db8b9b10c1 0.00 MB 1 0
50,451 50,451 00000000060c229ffb8a2beaeaba3938342e9257455d99269a7ec8f1c519a09f 0.00 MB 1 0
50,450 50,450 000000000a76e2a1f6b23beb2a0bf8d30d30681c05ae40ce78acbf98c1b7c766 0.00 MB 1 0
50,449 50,449 000000001effae666f7aa96f6900f8838097611b954a78a2cb91bc2ea12a18c0 0.00 MB 1 0
50,448 50,448 000000001de7a1f884b70459f8258f85a19be5f6f62fe4e49ca8b419584b7f2c 0.00 MB 2 0
50,447 50,447 0000000005f55c95fa217c57e182076e7b78bbe8442fe780c3fac4f91b5c78d3 0.00 MB 1 0
50,446 50,446 000000001f853edfce53f7a1aafe0357d7dcf00a810cd57f186a7bdb15ee4268 0.00 MB 1 0
50,445 50,445 0000000012223a075328fd43296977503d90fc9985c57af9c3ebe0e3a5095222 0.00 MB 1 0
50,444 50,444 000000001daec3b7b8a60269384a24857fa2626056948aca0b976051f863b4a4 0.00 MB 1 0
50,443 50,443 000000000395bb74f0f66b9c43a2c287d76974c3a1d136573618fafe12144680 0.00 MB 1 0
50,442 50,442 000000001ee2729fdca5ac047ec44125cc40bcf8623725de663758dbc972deb5 0.00 MB 2 0
50,441 50,441 0000000011f50c943231334cb79ae4bb6fe5b8442aca6aedd1e8bfd62e0050ed 0.00 MB 1 0
50,440 50,440 0000000009722fb092d8fd13e6a6e716f745acf4186c8037d157b7f7fbdd8f99 0.00 MB 2 0
50,439 50,439 000000000bf771d495119466a3ed6f13e4e0ebaa73a8b496aff2bb7ea460fc11 0.00 MB 1 0
50,438 50,438 0000000011eb95e7092494b1582272787e87daf2d048318b817058df521f0fbb 0.00 MB 1 0
50,437 50,437 00000000133a3365040ec56701018f77a3ec4c8f78169d7720beb1cb80570fd4 0.00 MB 1 0
50,436 50,436 00000000132305caf7a2a1948c2d91ea4083c22702122bf2b66d9b2b39c31828 0.00 MB 1 0
50,435 50,435 0000000016765321f6bc955784128007c5034b108759f882cf1a58e08ac81910 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.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.