Memory Pool Memory Pool Refreshing

8,192 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,945 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (429,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
478,089 478,089 00000000000000000125f3f0da119744fa30ba03d9c6285942b3a73d6490d654 0.47 MB 688 126
478,088 478,088 000000000000000000ff9ced6887c895904eb8e8b32ef205d7178acf15dc9cb6 0.17 MB 368 110
478,087 478,087 000000000000000000c4abb8839ea8c60b2a716386880c13cddab173a8a944c7 0.94 MB 1,657 136
478,086 478,086 000000000000000000a568dff7baa40a86631783115ce8a4069ddf860ad0cde7 0.75 MB 1,066 107
478,085 478,085 000000000000000000fadcf9a1963c965e928916bcef573ae692ed6e0554dc0e 0.45 MB 846 130
478,084 478,084 000000000000000000b186e2d3deb461d80ccd30d8d38507bf89f7d79c7d8e77 0.49 MB 995 141
478,083 478,083 000000000000000000f3d1cceee8ed41e1fa5af44309137252b285120411d25f 0.85 MB 1,359 111
478,082 478,082 0000000000000000003d1f544868fdb277d362115c0eef9c8823e151067fce8f 0.45 MB 638 123
478,081 478,081 000000000000000000463c6f0b6a9a4726119da3c72837ca11a7c575cc0e3685 0.99 MB 1,402 84
478,080 478,080 000000000000000000b66f54c4cfa67100858b1e196966249045cf4556609b49 1.00 MB 1,134 88
478,079 478,079 0000000000000000008bcaccbe57c1c4ab911f27aa846e9b03025bac86ed3ae8 1.00 MB 1,470 152
478,078 478,078 0000000000000000008f5bb83a9aec2b5275839e2e091091212c7a46e2c77cb5 1.00 MB 1,733 165
478,077 478,077 000000000000000000087ef3269891585de7f27ad6ffb1943239b577a2972c1f 1.00 MB 1,410 154
478,076 478,076 00000000000000000060f79c62f89d7d17d8b1a94ec37fe8f59372390f412785 0.74 MB 1,288 70
478,075 478,075 000000000000000000dee3ed3e4a1a97a4a9bfb9783041b099520c323c8b5c16 1.00 MB 1,659 110
478,074 478,074 00000000000000000107aeffae54f814e41d72362c2a35c1594cdfb76044fc91 1.00 MB 1,760 196
478,073 478,073 0000000000000000005ff23274a180f8fb4ea59a4c8784b82d961f41f18c381e 0.45 MB 872 134
478,072 478,072 000000000000000000bd3376d7ce76b9e59eb07479b63e48866c50689f08f9b4 0.34 MB 487 144
478,071 478,071 00000000000000000067a5f470356f9b790f6aa3a56ebe38be664245cecbff31 0.78 MB 1,326 98
478,070 478,070 000000000000000000330fa44a30e8bc88c234c8d77f2965c4470a4648237c62 1.00 MB 1,246 181
478,069 478,069 000000000000000000599c9a1743e89878c98631c499111c41e2cbf79da166d0 0.54 MB 702 147
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.