Memory Pool Memory Pool Refreshing

4,529 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,951 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (831,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,722 76,722 000000000050117a49991710fafd1ae26a8cdba5897de6b61b036e5e36d63699 0.00 MB 1 0
76,721 76,721 00000000001ce3635b3d85add2cfa4bce2b57f8d77a870548c70ac96a4cb39bd 0.00 MB 1 0
76,720 76,720 000000000007c6278c64bb35a9db1b0fba8970e74ac7e8a1181530fa05a3b48f 0.00 MB 1 0
76,719 76,719 00000000006248b7bce3eb925dd79d5a3b75aff48857fff24de4c1151c93449b 0.00 MB 1 0
76,718 76,718 0000000000398c3fb33964328ef0a3ac0ada949eaad17a4b72ffdaa46b7ae78a 0.00 MB 2 0
76,717 76,717 000000000023b45b455a197394241373550e874b97fb736ab777ed220cc96b33 0.00 MB 1 0
76,716 76,716 000000000014f066bfc4a9c03d2ff7f58018e584e71e2195d944e903e64aa94f 0.00 MB 1 0
76,715 76,715 00000000005938b51febf1b6f7d256151e1cd91e7dfcf946c069cf85c8f7d68e 0.00 MB 1 0
76,714 76,714 00000000005071721e10764ed63bd7157d1cd68d0e42509ca23b44dbb39f972a 0.00 MB 1 0
76,713 76,713 000000000045278b6b80f9cbd570bacb696f0f987a4ea2f94ac787a689f9e9f4 0.00 MB 2 0
76,712 76,712 00000000004e16fe99ed22c5b4099574e73b1426dad7fa92384359660b39980e 0.00 MB 1 0
76,711 76,711 0000000000514532d083725a700c4c7c2e91e20303f4b5266d4f3dca6359e277 0.00 MB 2 0
76,710 76,710 000000000060ceff5530aed7844087c0b97d51e8d41ecb0a042e675ad1f2f3c4 0.00 MB 3 0
76,709 76,709 0000000000530b130568af6d07e629cd736576908ff6e5325c069049dfa90a02 0.00 MB 1 0
76,708 76,708 00000000003f94d8e9a694f33e8ce32ffa125c91ef2f2074752bccf6eb9da3d4 0.00 MB 1 0
76,707 76,707 00000000000a7623fa2db25d9bb726a9416a0a0d976299dd42babfeaea519a9c 0.00 MB 1 0
76,706 76,706 00000000005e05c550289f36774febf35bcb5085eef2240a158ec4d0a63f7bb6 0.00 MB 2 0
76,705 76,705 000000000012704a96a361300712b803772d902ebfc68c5316adbfdbb99fea36 0.00 MB 1 0
76,704 76,704 00000000005dbd598f615b086df1cfa4722143e007903b3aac50214852291742 0.00 MB 2 0
76,703 76,703 00000000006686c01eab576462b0a524745cd75c2b63260c04ea2f3d1e4ec0f0 0.00 MB 1 0
76,702 76,702 00000000004056256fa5b17fae7b615c8e749227807e3c51f133f41b385adc91 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.80 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,680.39 GB sent, 96.89 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.