Memory Pool Memory Pool Refreshing

849 transactions
25.10 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,310 (821,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,001 87,001 00000000000a47bcd549473b9a65dc43c8a9fb2cefd17b044816e0b7ad56bac6 0.00 MB 1 0
87,000 87,000 00000000001e468674df93eb3897c3d7558fdf61991708231246e9002e9526cd 0.00 MB 1 0
86,999 86,999 00000000000cf332458c5bc4f14bf82c6b3193199ef97edb6c5583bd0a5abcdd 0.00 MB 2 0
86,998 86,998 000000000018d17104a862fdc1eec3280f34670640da82253c926c48e23d1936 0.00 MB 2 0
86,997 86,997 00000000000e4586e066a670765be7164ceefd93cbb92bdcbc902e21b74f2fd1 0.00 MB 4 0
86,996 86,996 000000000005584587d60256f318b03d266ddc0f74e4801d121605b210d3c1e3 0.00 MB 1 0
86,995 86,995 000000000001c3103a9efeb3f5d71fbea674d51e78bee6bd33deabe287d50913 0.00 MB 1 0
86,994 86,994 00000000000f23e68510557def49696462eb07a088584ae89466e1248ac8952c 0.00 MB 1 0
86,993 86,993 0000000000158c02fe50ac9891ab60308642f46ac3065a946af8f9590811f6f7 0.00 MB 1 0
86,992 86,992 00000000000ddb82658de9f10cdc0fbab635aa2cb7562c037a29abd260978ed2 0.00 MB 3 0
86,991 86,991 0000000000147b9bafacfc4ed3ad11c39564110bb197fe6776e80ac15d45ebb2 0.00 MB 3 0
86,990 86,990 00000000000fc1206f06e30bae7d73d820baf2c4b0b136c7cfdc24e5deb68836 0.00 MB 1 0
86,989 86,989 000000000016a98e0a9482813086f74dfbdfd5679621792035e35fc054791380 0.00 MB 1 0
86,988 86,988 00000000001276d5d5ccd750efcd76ec817e7bfad508d21a73c2f4f4cf73c612 0.00 MB 2 0
86,987 86,987 00000000000b5b2b3ae45f54c777bad300254c5c6419b99b5eb495aa92a8fa86 0.00 MB 1 0
86,986 86,986 000000000005af7720d02593d5f5bbe19eaa9167b87817f71f6506070a8871ec 0.00 MB 2 0
86,985 86,985 00000000000a67e24b41070c9876cd3599f24d545de9f373225711d7eaaf4854 0.00 MB 1 0
86,984 86,984 0000000000042e6ca2f0804b3b89f7ec67c1acd8bed89bf57d6495b9b8bc6a25 0.00 MB 4 0
86,983 86,983 00000000001c0a8a19ae6304808b4056b950f4deb0d4f2b69aa8d857fd81af09 0.00 MB 1 0
86,982 86,982 0000000000111db228b5583e54b36e2ff702086865344d54e75b5db1ab09ec21 0.01 MB 5 0
86,981 86,981 0000000000165780ddd7cb3c9ed3cb78baad8b5519c5afa4354884418d779398 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.21 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,697.95 GB sent, 98.59 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.