Memory Pool Memory Pool Refreshing

4,961 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (49,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
857,833 857,833 00000000000000000002f92b5909e9cc3b38097d67c82e75c501a5a22dafa6d5 1.63 MB 7,314 3
857,832 857,832 00000000000000000001e42a2823bc5be52676835745a87b6b2878f1973e06be 1.59 MB 6,009 4
857,831 857,831 000000000000000000003ea350a0d0271e73327d72be8de2ea187153c0ebfafc 1.77 MB 5,449 3
857,830 857,830 00000000000000000000c2d4dac22acf7b288df638a3df3c63fa5f80a1dae502 1.49 MB 3,652 6
857,829 857,829 000000000000000000028bb8ec3e134556fd131a7b0d4485171cce0397c5a286 1.44 MB 2,651 7
857,828 857,828 000000000000000000007aca1fd450a075babbf4256039c1eabe3013ff0c6011 1.32 MB 2,326 3
857,827 857,827 00000000000000000000dfb11e720f98eb0e2db773950c41616b8e20c099f8f4 1.27 MB 2,819 3
857,826 857,826 000000000000000000019db428b613038148a8bbb085060215b3f03098b1730c 1.96 MB 3,940 5
857,825 857,825 0000000000000000000302177c478abe2ba474bfb627f7e89710a64616354ccc 1.52 MB 5,223 4
857,824 857,824 00000000000000000001872cd1595d9503fe0e04f008e803fda50068bfed49a2 1.43 MB 3,900 8
857,823 857,823 00000000000000000000f06c732b06ba81227a382e730423f6b613b06c17e5a3 1.50 MB 4,577 6
857,822 857,822 0000000000000000000195e26540a67cc5fe1b08318f076c0e636c80fef42893 1.40 MB 4,302 5
857,821 857,821 00000000000000000001e6c2f957b4df6400cd184cda67c25cfd550de3887946 1.57 MB 5,213 5
857,820 857,820 00000000000000000002f6570ef83918229799801ca26d28881aa9deb4b453a4 1.64 MB 3,041 5
857,819 857,819 000000000000000000026d7437d1fced76d0840ecc531c3fba70a2509e3113e2 1.78 MB 7,073 3
857,818 857,818 00000000000000000002a5e605686ad12e02963476b9bfa2180ddfc0ef745346 1.64 MB 7,847 2
857,817 857,817 0000000000000000000296a2e382586df67bf2440ce46eee31f77abc6c92e4cd 1.55 MB 4,426 5
857,816 857,816 0000000000000000000107c1bc454fac4412776c4096b8f8ffd6db496fcdc859 1.52 MB 7,143 3
857,815 857,815 0000000000000000000255f7d2cb5cfb1d5b7756be6c06b06720e0d0629e723b 1.60 MB 5,244 4
857,814 857,814 00000000000000000002cac536da908f8d4fdbd3511fc15451ba4085359135bf 1.53 MB 6,710 3
857,813 857,813 00000000000000000001246610ada00b466de357a49f90541a0460c4886f2d85 1.55 MB 7,365 3
Previous 10 blocks ↓
Total Size: 768.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.53 GB sent, 92.75 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.