Memory Pool Memory Pool Refreshing

1,208 transactions
0.41 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,207 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (600,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,364 307,364 000000000000000046fdd3f8640a321a709b0402563f02053dc1996a0287d257 0.02 MB 38 20
307,363 307,363 00000000000000002ca33a456c48c7b17b70c907d61b45e65efb38092112d810 0.18 MB 415 30
307,362 307,362 000000000000000008eedc4309071694263cc54659d855e3f7c6260bcd55feee 0.26 MB 573 99
307,361 307,361 00000000000000004eabd5037b1af3ad2eaf1ab74c47521c9656a47a81246741 0.42 MB 731 27
307,360 307,360 00000000000000003968e4887201c3dc076a89a2f5df49cf56e6c109bbf0345e 0.01 MB 22 33
307,359 307,359 0000000000000000444dfbb5459d94421ea2046a73247c1ac510f51465b35c6a 0.03 MB 79 36
307,358 307,358 00000000000000004700efa92f130c61356388d4677cd3ac939f8140b70f2b55 0.10 MB 175 22
307,357 307,357 000000000000000008a22df5c2cd9a06f34a961626dffe81a248051a3dd9835b 0.05 MB 128 38
307,356 307,356 00000000000000004851d168744430ba68875b5e1a2d1fd42159432915b561fd 0.06 MB 97 27
307,355 307,355 000000000000000021e116dc3afff84af08b8e038903d0d8a371187daeef1465 0.34 MB 544 23
307,354 307,354 00000000000000002bf89b6a03936a0f7f3742f9abba480d4b98bbebfdeda7b3 0.08 MB 256 50
307,353 307,353 000000000000000039bc9c284a885d53ef53bfaf744ffe69d2e644b3d1272f9c 0.22 MB 273 29
307,352 307,352 00000000000000004190c6531d266f7bee19a13ae21f0623ff1476333a10821f 0.15 MB 257 32
307,351 307,351 00000000000000003b3cc32a8f07b74c6fe575649407ae03d973099966f8c4a9 0.01 MB 19 26
307,350 307,350 00000000000000002db7047fe3bb876f8b922d5ce0b37e941b29b2aded4799ac 0.06 MB 128 33
307,349 307,349 00000000000000002715cde06192e83ff6957adda9a1272318dfc71d6970fd0c 0.02 MB 53 29
307,348 307,348 0000000000000000101cac60a4ded0c51c06f1f6882e9d3ae081a3355b467750 0.02 MB 47 21
307,347 307,347 000000000000000032474f36a75c7a732d3907ce19a691e9a7967fc57ec20cfe 0.34 MB 597 29
307,346 307,346 00000000000000003f3dbf5c84e891dea24cbc91772f3e73709e4333211672a7 0.01 MB 34 33
307,345 307,345 0000000000000000512de9499376090148abbe969cb25a20b996eedee484d409 0.02 MB 60 41
307,344 307,344 00000000000000001943b5c9435526fdd6b6fc4435f52fb9addfea4a075b6f95 0.17 MB 271 27
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, 113 incoming
  • Data Transfer: 1,635.53 GB sent, 94.31 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.