Memory Pool Memory Pool Refreshing

5,638 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (65,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
841,916 841,916 00000000000000000002f994f2c0fc4449376c53019fb6150f314a101762c3d5 1.82 MB 2,526 12
841,915 841,915 00000000000000000000bd81aeebedb9e1688671329f3bb297400fafca6e8d4c 1.55 MB 5,830 15
841,914 841,914 0000000000000000000205778cea525a41a03b32abfb5e025621dda107e49c75 1.73 MB 5,096 16
841,913 841,913 0000000000000000000224a1a2edc6cf4ce76df645a0bc9fae95573fe251489f 1.58 MB 4,235 14
841,912 841,912 000000000000000000009fe6bc056ed6b688927a04a3a3b0897410eaf241e5f8 1.41 MB 3,004 22
841,911 841,911 000000000000000000012838f687a6209d466b38a26108e125fbc35c8f778cd4 1.67 MB 3,353 17
841,910 841,910 0000000000000000000221f91538dc684f74f6fe85fd4b53cbae0bc84c5d2c35 1.60 MB 3,815 26
841,909 841,909 000000000000000000030880401c16853c8e317a903683b4569a6092129ab600 1.92 MB 1,839 31
841,908 841,908 00000000000000000002c83f19909d260c73cfa33ed8acc9956315aa14db2a6e 1.57 MB 1,934 19
841,907 841,907 00000000000000000001f8a1fb2fdf20011b3cd2d6ac85b42ede1193cb619ab9 1.64 MB 3,438 26
841,906 841,906 000000000000000000008aabca20189e85aea737b8b73d00ae214041c9c3788f 1.60 MB 3,697 21
841,905 841,905 00000000000000000001199738973c19ee67ee497b8a366369ef19710fc2b5f7 1.50 MB 4,077 31
841,904 841,904 00000000000000000002f8a6dd52332ee22710a53823032b135656307eee2558 1.64 MB 2,920 17
841,903 841,903 000000000000000000004dcb970dc004f530eb4ad27ee11ed1793f67fa240fe8 1.53 MB 3,857 20
841,902 841,902 00000000000000000002f11c61ef6ec065fb21aa3733b87321670208953e9e92 1.50 MB 4,916 26
841,901 841,901 00000000000000000002b4cef367db7ca11cd06e91eb7a88970eeeadb6e653bb 1.19 MB 1,968 17
841,900 841,900 0000000000000000000234ff6c275d523e20bc581261cbd714429f6a10e6bef2 1.44 MB 3,482 18
841,899 841,899 00000000000000000001c804aae6647dc123815790820f4ae2ad3e0f96c3738d 1.55 MB 3,650 18
841,898 841,898 00000000000000000001f1d7da0d6b773a4689050841c7d18394601d84c11d53 1.54 MB 4,142 26
841,897 841,897 00000000000000000001e81ef15a846cbf104f05c35596b48efcdf3ea08b6ee3 1.54 MB 3,982 22
841,896 841,896 0000000000000000000018cc1b026b0b839862f34f56deb7472c6092d9059d32 1.61 MB 4,002 23
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.