Memory Pool Memory Pool Refreshing

10,907 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,839 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (105,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
802,697 802,697 000000000000000000003d61ca6e8dd77def7c74d2a8b005933d4336c0c8f882 1.40 MB 3,163 29
802,696 802,696 000000000000000000028de11eb6c07f5e01e98896c41c73d7221816315bc764 1.41 MB 2,905 22
802,695 802,695 00000000000000000001354382ad2a0dda624a23619bffc4be59a5e1de354b1b 1.50 MB 3,300 30
802,694 802,694 000000000000000000020937978a8a271ed9bd78befacbe3a83d04e060954472 1.54 MB 2,374 19
802,693 802,693 0000000000000000000256afcfccc8d28ce3f9a55b10e5ca8a1fcaef4a8797f6 1.98 MB 5,257 10
802,692 802,692 00000000000000000001d7da9cfc79b0d44556daf9027c432eac02097b2a74dd 2.09 MB 6,656 8
802,691 802,691 00000000000000000004c07bba16d81cf2f4737cd943e2bf3ae5b8e505a5b8e4 1.74 MB 4,639 15
802,690 802,690 000000000000000000035da9b500c4c2147be93a6f8f54ded906649b6112e3fa 1.45 MB 2,738 15
802,689 802,689 00000000000000000004295cc1b24dceaf6a161dcce8481918fd2889e3de50e5 2.06 MB 6,323 7
802,688 802,688 000000000000000000026b6d59ae098bf1ecb1e0cb911beaf342baaec474e831 1.37 MB 2,313 17
802,687 802,687 00000000000000000003e8cbcb6be060d72262cf45f99b8bb25e96e3c7f4b86c 1.80 MB 3,663 8
802,686 802,686 0000000000000000000510e17f2d2bf53d752e0b608ccfd42a3e59b7d439dd3c 1.74 MB 2,514 15
802,685 802,685 00000000000000000000677064e6ed68d29bdbd385da8e7fe6d79a6a352bdc96 1.72 MB 1,926 8
802,684 802,684 000000000000000000005e64896c011b4403198f1fae810a90dc182e1cd8fc59 1.56 MB 2,068 16
802,683 802,683 00000000000000000002e0ce3b64673d70ba24ba3e32d051b2109a5cf4bca099 1.67 MB 1,652 10
802,682 802,682 0000000000000000000223bfbd2d18d5766f28f4ca88c79672669293d3f9e19f 1.39 MB 2,219 25
802,681 802,681 0000000000000000000559bf0b018a5773fa36034e6a218f6f7d98c3320d63be 1.53 MB 2,312 11
802,680 802,680 00000000000000000003096cf979cf3160adf0188e9fd04d2853d98c96b3685e 1.61 MB 3,180 19
802,679 802,679 000000000000000000002eb72ae191d5d913a3f9a76cf78404935af795e80c88 1.38 MB 2,755 22
802,678 802,678 00000000000000000003c1606b7340df706cfba886066c0d4f7522973fbbc528 1.46 MB 2,414 22
802,677 802,677 0000000000000000000219edd245e38b89aa7600ea815e9777ee18c671511640 1.47 MB 3,845 33
Previous 10 blocks ↓
Total Size: 769.04 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,627.01 GB sent, 93.10 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.