Memory Pool Memory Pool Refreshing

3,946 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (797,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,063 110,063 00000000000165aaa12e0bab07c6c76dc749ee28a62b7f517329ffabb97960fc 0.00 MB 7 0
110,062 110,062 00000000000191ea135eaeda69457a3ceb8c9c39e2683eff17c88aacee7e1b73 0.00 MB 5 0
110,061 110,061 0000000000014814753b8efd58e14a8664d129ab04390a369fa760c77e8edf76 0.00 MB 11 0
110,060 110,060 000000000001a15e47c50e0457686f57e0cce43487f34f4b906e11b31c2a0840 0.00 MB 10 0
110,059 110,059 0000000000001112f69c21ef8ae975dfd532989025db35fda44fa610e1270c1f 0.00 MB 12 0
110,058 110,058 0000000000001409223e6acb6c709a23a600202ba85d59679a5c6b46f153ab33 0.00 MB 8 0
110,057 110,057 000000000000d4fd754db0ee34c418177b4e57101eec44f6d03962ef689937f7 0.00 MB 14 0
110,056 110,056 000000000001788111b5aa3bd2a21e27b9966870b421d023178b6a349d513509 0.00 MB 9 0
110,055 110,055 000000000001682d10477bb581812e833eae4f4ffff5505e8707df43c742268b 0.00 MB 1 0
110,054 110,054 0000000000005d6b6ee0e774c11035cfa9b1cd6c11d9c5086d5afa53f2a1a7c4 0.00 MB 11 0
110,053 110,053 0000000000006843ffa1747e5017ee611083cba719639b67ee673c646acf8b90 0.00 MB 13 333
110,052 110,052 000000000000cdf44830e690dc5f71030bf4d8623169543146d1ff3864b32973 0.02 MB 40 0
110,051 110,051 000000000001121011d56caac44836ebb40dbd180df48ea0fb4da9db95f3e30e 0.00 MB 13 0
110,050 110,050 00000000000132c92335cb35ae851a69f11f20c7d7acc6e326110534289048e3 0.00 MB 10 0
110,049 110,049 0000000000017d278b65c791b61089e1010a1778399645c9129cf25a116aefd3 0.00 MB 13 0
110,048 110,048 0000000000004463dc26ee7f4f20441e52bf9409d1cbd3d86bfa72e07084fd4b 0.00 MB 9 0
110,047 110,047 000000000000936a6c3314048055c0b5ff9aed0ce70869af4f424b91d88dc8dd 0.00 MB 5 0
110,046 110,046 0000000000019a760cbd88f418c7abb305f8461706a387dabe044a833c413e68 0.00 MB 5 0
110,045 110,045 000000000000bee1759c7ab30d66444b9e19f14426edaa3f32bf9fdf968fb6d1 0.00 MB 9 0
110,044 110,044 000000000000957bbe070273df9640d272f9688be80918c14d8754028c011968 0.00 MB 12 0
110,043 110,043 0000000000012c732fa2a4556cf9be4dc7b7238e51decde5bc9f6ed6db58f4e1 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.20 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.13 GB sent, 93.96 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.