Memory Pool Memory Pool Refreshing

1,514 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,491 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (441,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,756 465,756 000000000000000000a98daf14bc3b3d9535fc69a20aed4bb7cb50cd78cd9a8d 1.00 MB 2,137 218
465,755 465,755 000000000000000000306d86f597434ab6986cf3a32368d70238d5082fbc81e6 1.00 MB 2,329 251
465,754 465,754 0000000000000000008f7432af72e739bbf864b78f4d184163b81356ec675c3d 0.00 MB 1 0
465,753 465,753 000000000000000001120b18cf7e944e526f8158c3f6456fdd9fa29b4c2f49cb 0.05 MB 134 787
465,752 465,752 00000000000000000190aaf8e6ccb8ec1ffd82521f132f582ad57d8f6c3ee93a 1.00 MB 2,546 264
465,751 465,751 000000000000000001cf05ac56d8fa6d72b0c97ad2b78e109655011b9c6700fa 1.00 MB 3,022 322
465,750 465,750 0000000000000000007768feee45e8ca2f26ccab981d16419f99cc3049178081 1.00 MB 2,133 232
465,749 465,749 000000000000000001f446c5a08e0fefd8d4abb8445015bc31da10f53685b975 1.00 MB 1,828 273
465,748 465,748 0000000000000000017ff42b3e8d6ddaaff7a321266ea41278b4431e69418481 1.00 MB 1,455 230
465,747 465,747 000000000000000000bb23d9c83becb7d7a54190792b62839d75177a917c70b1 1.00 MB 1,949 184
465,746 465,746 00000000000000000076cd07c677e3ffcb2230118a0e936f0607cd96ab10ab5d 1.00 MB 2,584 280
465,745 465,745 0000000000000000001df498d89e83cbd2619aba02dd40eef3acba7408586386 1.00 MB 2,330 181
465,744 465,744 00000000000000000063e69fadc45fae21c6114e7ff1cc9fdce081f39af57dd9 1.00 MB 2,271 235
465,743 465,743 000000000000000000a3398c25933e4b62de35b08aa81e0b3eae6ab23b627535 1.00 MB 1,942 170
465,742 465,742 00000000000000000056646207a69734c813f228b0cb982f3fb36eff18e24b08 1.00 MB 2,095 242
465,741 465,741 00000000000000000165956d05e7e7d5862e7d283f5616ddf478187ece676693 1.00 MB 1,818 207
465,740 465,740 0000000000000000016c120057b427a11eff8df26d68172bac1bcf2aa54f4e8d 0.00 MB 1 0
465,739 465,739 000000000000000000c31e8aca4833f69c2e7aa0facb706048723dcd17f8c1b7 1.00 MB 2,716 275
465,738 465,738 000000000000000000b2d10ed08bb8a9273aae2fbc9ff0096b6c2aae00fcd0a1 1.00 MB 2,229 179
465,737 465,737 000000000000000001881b9edcc947cb7ebdf2ce7453a5179bac471627dbc0b5 0.06 MB 219 635
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 1.00 MB 2,181 223
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.25 GB sent, 93.30 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.