Memory Pool Memory Pool Refreshing

14,034 transactions
4.53 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
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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (685,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,212 222,212 0000000000000238eb7d174cff81ecb7643d2ae8bd8df85fa9a6021cddd73dcb 0.25 MB 681 225
222,211 222,211 000000000000011d874de5855d347be42e92d2c499df6c182ca6310329fbf3df 0.33 MB 707 190
222,210 222,210 00000000000001406c1083bfce508b6dfd6b8f3a20575e1a8bc58ec8d6aa47b6 0.28 MB 470 63
222,209 222,209 00000000000000e1e5a07f0a3f0cfb74748aa25fe6560a0f240df0b02c2dc3e6 0.25 MB 707 242
222,208 222,208 000000000000009001548db0481ad675dbddb64bb1963688bdaf844b4d98ec8b 0.08 MB 256 237
222,207 222,207 00000000000002e2d472537765db790cdde53052f3197995fa644c80e8dc06c9 0.13 MB 295 196
222,206 222,206 00000000000003fbf3495d0a47245b7d73ad8e74c9ddb9633f16d436f6144d6b 0.12 MB 233 143
222,205 222,205 0000000000000344a2a6835a17b8a3813eadc9953949aff7d4ac6759a5756119 0.13 MB 172 96
222,204 222,204 00000000000001758c3c22b5af434e76897561c051b969a16c0ee23fd291bdf0 0.22 MB 364 136
222,203 222,203 0000000000000190e23bcb67242e5af35a688c1905a5c82b64df037ca3270df8 0.26 MB 548 158
222,202 222,202 000000000000033d7d0fb8ebc53bdcd7dfe0cd54983f13455a2e0140c9c49e5a 0.30 MB 610 174
222,201 222,201 0000000000000174e2de974bfb90a3878c89d119292541f513f2080fbedbba1e 0.25 MB 682 245
222,200 222,200 0000000000000314c027f40b94a290dadd174bb6c0b609fcac1a254edaf84965 0.09 MB 174 127
222,199 222,199 000000000000038a3f4d77e5cf68601c14ba3612d8066e40126fb98e2475409a 0.13 MB 300 130
222,198 222,198 00000000000000d3546fe2bc6c1ef890e44239999ea536b51d04d08c1694459e 0.25 MB 544 158
222,197 222,197 000000000000000bdc2428848eee38771958303ac29239af88e20ff673f30b12 0.32 MB 493 162
222,196 222,196 00000000000000a070cc250f603bd8325a20501e1d94e36e7dbfbcb08a08e9c3 0.12 MB 149 78
222,195 222,195 00000000000000dc27a9145fec0693d86b36aebff2a30511ea7b3b0df82566df 0.25 MB 795 271
222,194 222,194 00000000000002d95b419aa38c90d5c82b35439a5444e6481c8d9796a2a5ef7d 0.11 MB 203 137
222,193 222,193 00000000000000943dc2e5be8ccf7cc788ce58738a1f692e1565fa52b4785c6a 0.25 MB 700 229
222,192 222,192 00000000000001e4d2de48e540e8ab3f4961cd264211cc0c1c1c2cae7fa1d9d5 0.05 MB 101 85
Previous 10 blocks ↓
Total Size: 768.95 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,614.64 GB sent, 92.58 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.