Memory Pool Memory Pool Refreshing

2,402 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,279 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,245 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,278 (817,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,870 90,870 0000000000069690b477f4fce2d39c2ab27a46f6389c2777844540aaae988a3a 0.00 MB 3 0
90,869 90,869 0000000000006965bdef0806e151f1f8dda1fb0a9189759d7e27c91c5daa5df0 0.00 MB 6 0
90,868 90,868 00000000000a464cd48c0f969200ea9c4f47cdfb351f85abdfb441f38c9d9f74 0.00 MB 2 0
90,867 90,867 000000000002f3950fd8348a1e2b5dd472773267879df5c8ada7a3d2d245ca91 0.00 MB 2 0
90,866 90,866 0000000000062f09d6f257a423c4dd9e339e9ab472497dfedeb7c24f7ab019cb 0.00 MB 1 0
90,865 90,865 00000000000a1ad2e9f27ca67899b8391fb94cc72c7665b3931bd49d2532ef8b 0.00 MB 4 0
90,864 90,864 000000000007b1bb6e92d9b872f350763e71d6f0c05ae5729b129dbec3730396 0.00 MB 1 0
90,863 90,863 00000000000e2a39a57e4a2022f9df4732b277609fd46137806ed6473aad03be 0.00 MB 1 0
90,862 90,862 0000000000037f5bb8084f09c81476c176e07cd89531c12ebc08b0be7aa5b2b9 0.00 MB 1 0
90,861 90,861 00000000000627755986e209e6b8aeb9019baa67dda2780518d73cc08b951dec 0.00 MB 1 0
90,860 90,860 00000000000b48dd34cbdc90b2560e6d4c9d528eeab9b77b6f2f09afb6b2d28a 0.00 MB 1 0
90,859 90,859 000000000005555e0ce19ae480f964af5fecd002068220d3be974e2dee55bfbe 0.00 MB 2 0
90,858 90,858 000000000009abc76da7ee32251e690c66efd72a5bb1869791042ac639f228e8 0.00 MB 1 0
90,857 90,857 00000000000187481a2b0a5a77d221fd9b9a0bec72abbf888454bf9b7e634917 0.00 MB 2 0
90,856 90,856 0000000000041f8d46b2069280075b7c9f26b53abbcf92ceb4161b37a01c9397 0.00 MB 2 0
90,855 90,855 00000000000d8563a08e2b4c8981a276baf17e076e26d2f8ca18382dd872efcb 0.00 MB 3 0
90,854 90,854 00000000000260ba01106357a029fe04115ed7495fdd89835637b69d348941b5 0.00 MB 3 0
90,853 90,853 000000000008a2730da75d2ec5a41e1f0850772a2df6dff1ab0ac1e19b4c5084 0.00 MB 2 0
90,852 90,852 00000000000be6c3c128c589556554377a1925b4db1c2aac910cadce1b4eabff 0.00 MB 1 0
90,851 90,851 00000000000b6f74ca1a93ca957702173f71908bff96f660ee7193b0fa8ae81c 0.00 MB 1 0
90,850 90,850 000000000008d816a535a748b904ef6f9e762d69b844d0ae1125163e25281975 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.84 GB sent, 98.20 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.