Memory Pool Memory Pool Refreshing

8,436 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (600,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
307,343 307,343 00000000000000004fc751f9b34c62a49625ba06d5cf2c825a92db04561a9c33 0.22 MB 264 23
307,342 307,342 00000000000000004ad0f237f240b37358f1c4aeef384e4e91f6780322045716 0.37 MB 197 15
307,341 307,341 00000000000000001a02d76fd9ad520cc0910603263e742c38225b7df44dcbfe 0.68 MB 780 35
307,340 307,340 00000000000000000832064de1998f6516f31b5861531b1e80d2e7b435106d87 0.19 MB 512 34
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.