Memory Pool Memory Pool Refreshing

3,485 transactions
1.22 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,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (817,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,849 90,849 0000000000043f390d0f807e1ffd8520234796db28fe4b46ae108ee79d3ce04e 0.00 MB 1 0
90,848 90,848 00000000000a5cb4bbf8b93d175436b2eb71ecf04adfa2d3cb492959c565524c 0.00 MB 3 0
90,847 90,847 0000000000071757ec185850e28c7373d09ab3ac0628a8079a893f9d6eb3b254 0.00 MB 1 0
90,846 90,846 000000000005c27b365dcd55f719e3c4444d941c1021b53b0aad3c7f5ee10fae 0.00 MB 1 0
90,845 90,845 00000000000772104002a59b47342841c645e5819772864005612c2e2f8b141b 0.00 MB 1 0
90,844 90,844 00000000000053132ded825e5e4a9e4669516b28614af36e30a5ed195808732c 0.00 MB 2 0
90,843 90,843 0000000000044febc0e8af16d1df8ac61fb516d6703ced83d22e2dbfcc9fa7b7 0.00 MB 6 0
90,842 90,842 00000000000dd3b95eaa480b33eacfce81f307963e58574ab9c332441bd5f16c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.