Memory Pool Memory Pool Refreshing

2,577 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (5,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,575 902,575 00000000000000000001f322951d799c7591bc961de16844c8a9be7d7ce73455 1.10 MB 648 2
902,574 902,574 0000000000000000000120a1611b714971b1265c6b28dc163eb18de66eb08c9b 1.32 MB 1,584 3
902,573 902,573 00000000000000000001d6054ab405241681de95a7dee212181c0c2c215b18c8 1.36 MB 1,335 2
902,572 902,572 0000000000000000000137955acd9c05460bb93838829d0669c53634e89822a4 1.65 MB 3,325 5
902,571 902,571 000000000000000000012ce785929b61fa4bb8426310b1c1680da769cd52bbc3 1.52 MB 3,677 7
902,570 902,570 00000000000000000001a04ef70b32d37d5600cb31beabe546e0ce8d1631874e 1.70 MB 3,024 7
902,569 902,569 0000000000000000000029036886db0fc61c3b3b771f78133c575574e3b386f2 1.15 MB 418 2
902,568 902,568 00000000000000000001dc61acdff1c7d58f093281803bd8f50d518eaa841a53 1.58 MB 1,615 3
902,567 902,567 00000000000000000000b244cd48b482c254c56baf014046649693feefd3db1a 1.20 MB 662 2
902,566 902,566 000000000000000000006784051c1d21d762cd4f536b8ff1efdf3f37b4258cfb 1.89 MB 1,774 4
902,565 902,565 000000000000000000009f36b8794b9f3ecfa32eec41502f69a51373bda71ab6 1.71 MB 2,652 5
902,564 902,564 000000000000000000002002bf8fd3a10ece084b99f409a38664c065ed0916cb 1.67 MB 3,356 5
902,563 902,563 000000000000000000001c520423ef8c9dfb961dc174abf959403c8733a91bc1 1.60 MB 3,004 6
902,562 902,562 0000000000000000000040add7b2e2f3bf1d4b8ffd46767dd66d56a86103afe1 1.60 MB 4,069 10
902,561 902,561 0000000000000000000038d11b26de2844bb4d0429963931c11d18bf8a4b0e66 1.56 MB 3,967 10
902,560 902,560 000000000000000000015d0b6ba857bc8954217f717cbcf3521fdba1b558a963 1.57 MB 3,544 7
902,559 902,559 000000000000000000023a000b20727d54d05bde97b43a16fbe3692e3a290d51 1.59 MB 4,386 8
902,558 902,558 0000000000000000000175759ebbac6ba419546f25633a23edc26c146b6b39ca 1.58 MB 3,777 9
902,557 902,557 00000000000000000001ad83cccbcd33ad471ce13f4da15345ebb9ec4c90b17b 1.59 MB 3,285 20
902,556 902,556 0000000000000000000229fae23a4f285e743a4839da5e1699a2050d7a838b4e 1.03 MB 124 2
902,555 902,555 000000000000000000005cb5562d0a636b69cdf568a3d18e19cfce8dba58f0bc 1.67 MB 2,003 3
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.