Memory Pool Memory Pool Refreshing

14,175 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (571,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,693 336,693 000000000000000000479a0147bdc51526e5d7b9ec72186b9c9c2d18bd4e09c2 0.22 MB 341 21
336,692 336,692 00000000000000000119bcccba67ce45b2992dc8f8d0df65d94093ad494d7354 0.75 MB 1,325 25
336,691 336,691 000000000000000000422d8c3ac84119cc9022510e92a3a7694ea2af55d93fdb 0.62 MB 676 16
336,690 336,690 00000000000000000beac66f7e349aec5a4587942e7ed7d4897c3b3eb48e6fc5 0.75 MB 1,697 33
336,689 336,689 000000000000000017664c4555dc1af6e0782a36e65facd57805423e70228d16 0.63 MB 653 15
336,688 336,688 000000000000000015878ea57109e86ec2418e50a7ee105a5ffea921fb9f6e32 0.75 MB 1,192 22
336,687 336,687 00000000000000000f566d403b4e748be88d1997fc6e21c635bdab8d6bc545e2 0.50 MB 1,645 40
336,686 336,686 0000000000000000183bcd4e613cdfdd845ff6bbbe64ecf9dfa41f57acc2d3b6 0.03 MB 64 43
336,685 336,685 00000000000000001a47a5d555e438e33d61ffc8d70f6794a92ebc6ed897eec8 0.22 MB 413 35
336,684 336,684 000000000000000002c104de2d8189fcb2c0060333d93619a6557cb50e2420a6 0.13 MB 301 34
336,683 336,683 000000000000000014c69acc9f57f4bf5b690a744740f089a87de1b0f0f44176 0.24 MB 466 28
336,682 336,682 000000000000000017644d4188fe6709bb82f6581f83af945a14735db430a408 0.00 MB 1 0
336,681 336,681 00000000000000000d4830afba602e84dcb1e52a1bbb66c0e36d6a29d55756c7 0.15 MB 342 32
336,680 336,680 0000000000000000127f43c54e98488371c2a810852538ae8db1ded2246b51c5 0.04 MB 93 35
336,679 336,679 00000000000000000ec107e2dd0283b0db578d68a4f1f9cf788f48e537a4bb90 0.10 MB 164 23
336,678 336,678 00000000000000001a160d8205ca6e10acf7a2d0b14a5b13165e138368a752f0 0.25 MB 377 20
336,677 336,677 00000000000000001294e6f496e24eb8c5da40af62e8748ef5b5532205bd19d9 0.17 MB 440 28
336,676 336,676 0000000000000000022fb67a03c08734202910314165c803d6e1a1122010d431 0.04 MB 64 103
336,675 336,675 000000000000000009fa40ffe6ae85f168f125eadb55bd64339c9716e6c2030a 0.45 MB 779 25
336,674 336,674 00000000000000000541889884d0a53b88d673a655201f11026e909535a82dbf 0.52 MB 1,000 31
336,673 336,673 000000000000000017926e07ff20c15a55179871fbc91da1fa8eb4a9f6b86e2c 0.10 MB 161 22
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.