Memory Pool Memory Pool Refreshing

2,206 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,189 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (12,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,194 895,194 000000000000000000022905314d631110cff802827294db290edeb4762364a9 3.65 MB 91 1
895,193 895,193 0000000000000000000123a0fcf16c6af3387a8a7387b0624cd82d3d919123f2 1.67 MB 3,214 2
895,192 895,192 0000000000000000000251989c32da93b6a22e031158fd2f2a127ee79b332e43 1.95 MB 2,671 2
895,191 895,191 00000000000000000001def9a888a5934f93166ac26055420f0432eb6e109f06 1.72 MB 3,510 3
895,190 895,190 000000000000000000017a4ab8b59b36ad349bc96b2e7daeed3fffd14e7a8779 2.47 MB 1,810 2
895,189 895,189 000000000000000000011b51bf16ff510179261d6d445a7951624cb703a653e6 2.77 MB 1,763 1
895,188 895,188 0000000000000000000227190c16e92694c1c5d5d2334a5bf48b7e936b50401b 2.37 MB 2,326 1
895,187 895,187 00000000000000000001581957e55d66b4651c8454ec4cc90ff026233e4460a2 2.04 MB 917 2
895,186 895,186 00000000000000000001892f9a3d39a253ab91329516578e96d42bcd75de324f 2.07 MB 976 2
895,185 895,185 00000000000000000002588931e3d053e4bf4f9c7b63c105e2af5cd9efbcbd95 2.10 MB 922 2
895,184 895,184 00000000000000000001092ca89c4bc4f696dc809a72463900160ba73ebdb08f 1.88 MB 2,181 3
895,183 895,183 000000000000000000005e5928ffa256c95b54f5ce801c77633f8a03741312bd 2.37 MB 1,824 1
895,182 895,182 000000000000000000011fc1447e931a208f42e603effd7f216e1790a5e0438a 2.52 MB 1,423 1
895,181 895,181 000000000000000000021843a3d176ce38c7fe533066e76c32fc768939a3edc2 1.56 MB 3,312 3
895,180 895,180 000000000000000000006dc41ffe5d70685c459e42e05a2773356e59b0d8dd70 1.63 MB 3,642 3
895,179 895,179 0000000000000000000033f5de44582d6c638dc525938a809afdac07678d9437 1.83 MB 3,829 1
895,178 895,178 000000000000000000023b1da3b887d687c9bc6cc8acf9cfab47bb6239546ba9 1.63 MB 3,618 4
895,177 895,177 00000000000000000001c6408c12d1721362d5b6304e9f63e03b0686422feeeb 1.69 MB 4,384 2
895,176 895,176 000000000000000000011ccf0a5a5965e8e604a73d0fe6e660faa700dca9a8e5 1.93 MB 4,214 1
895,175 895,175 0000000000000000000191cfe782a6a0969a30569326e2a62ab8fd852bd050ec 0.00 MB 1 0
895,174 895,174 00000000000000000000643b693d9b01e52b9bb610bae88f240d1c90e3a6fa61 1.70 MB 4,279 2
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.07 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.