Memory Pool Memory Pool Refreshing

4,496 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,897 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (76,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,863 831,863 00000000000000000000113684ebff197c7793e8c3eaa8e9de37d1ab828aa4d7 2.54 MB 1,779 13
831,862 831,862 00000000000000000002a9ae2c7a8872168a10a5cc3773e8b5e8351998881e7f 1.66 MB 2,748 24
831,861 831,861 00000000000000000000b7c3667348205dbe8af6938724b13303d6dfa01325ab 2.04 MB 1,876 15
831,860 831,860 000000000000000000003ecee736e4da32795abd2039d6d92e869063407ce131 2.49 MB 638 11
831,859 831,859 00000000000000000001f567cc455050f01b5450a0351e95a67b46344fca0071 1.95 MB 3,288 14
831,858 831,858 00000000000000000001e873bd580e1ab42c67c6a104e6ea7921ca2861ec720b 1.81 MB 2,952 20
831,857 831,857 0000000000000000000132f03eeba0cd3a779f44538a06631e016a960a64327d 1.86 MB 1,683 13
831,856 831,856 00000000000000000001a854390b12834d32015dbb6c147c6aeebef49d829b10 1.59 MB 3,015 24
831,855 831,855 00000000000000000000488c105739f0bcf726e9e0f38dc9f043491fa3f0e947 1.73 MB 2,764 14
831,854 831,854 00000000000000000000d25826a5fce86301ec9899fbfc959d7ef6616bc5ed7c 1.65 MB 1,494 15
831,853 831,853 000000000000000000031c7c575d03a6a979d93f88018c919651af38fb8582ba 1.19 MB 414 13
831,852 831,852 00000000000000000001e6dc778d0e8beb4857dc38f3dd0b3ca33e8b64882e86 1.34 MB 1,190 13
831,851 831,851 000000000000000000031e9727b153ad3269d342060a43c5930bd8a509999563 1.49 MB 2,774 20
831,850 831,850 00000000000000000001d8e092162b0193beded2a13101d1acf4fc61278d15a9 2.34 MB 2,632 16
831,849 831,849 000000000000000000029424e56dd9c03d717dce1de0961f4a03cf82e1eefd22 1.87 MB 3,307 16
831,848 831,848 000000000000000000001d036210c9e1094401d661113bf815277d137953024c 1.74 MB 3,574 21
831,847 831,847 00000000000000000002cd8ef56c44ef238f5170ed038a47079079489a63cfef 1.87 MB 3,135 20
831,846 831,846 0000000000000000000227c8da13ecff5292d78e631c95d5b32d36ff17311c32 1.70 MB 3,400 20
831,845 831,845 00000000000000000000199109e4328619ed2b9e7a1b696246c29a68e3fe0d66 1.68 MB 4,085 21
831,844 831,844 00000000000000000000ee187396d132521e87d813805e127a7ac1794d785c00 1.71 MB 4,248 25
831,843 831,843 0000000000000000000328a1f07c0d3723e935fe839cd9399400891f05fc29b8 1.64 MB 3,507 25
Previous 10 blocks ↓
Total Size: 769.35 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,643.52 GB sent, 94.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.