Memory Pool Memory Pool Refreshing

3,655 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (364,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,236 543,236 000000000000000000224c06f056f6d144a2ec5702c4e112c9deab075baa7760 1.18 MB 2,811 22
543,235 543,235 0000000000000000002062f8376d45560c6f1b67fb17f738ecf81309bc23419a 0.26 MB 581 14
543,234 543,234 0000000000000000001b5577bdef58d1fff885f89fd948d3ed69e37fb8067339 0.64 MB 1,409 20
543,233 543,233 0000000000000000000b7243d69a6819393c968c28e45279855986b46f515e4f 0.12 MB 254 13
543,232 543,232 000000000000000000052010c7ed65cec311ad0513d6adbe05269e0bc20af2e1 0.77 MB 1,568 12
543,231 543,231 000000000000000000145f362211634062c91c11b39569e0063050408bc198a4 0.98 MB 1,786 20
543,230 543,230 000000000000000000125f5908cdd68c366434d8718882a98f7c5257c5cca274 0.71 MB 1,795 8
543,229 543,229 0000000000000000001941c26a932f39b710012480af6920cfeba68a0255113e 1.23 MB 2,912 17
543,228 543,228 000000000000000000261a6957bceb2402ec8d430b6e2d3a35e92efd0cea7fcf 1.11 MB 1,418 24
543,227 543,227 00000000000000000002e1197e71d554fa006354c34ec9ce933af0715ac16ec1 0.10 MB 255 15
543,226 543,226 0000000000000000000d3b539c75ba110f6e5e024e8d178d178384ddaa16c2e5 0.57 MB 1,331 12
543,225 543,225 0000000000000000001e395a1e4aefe0e4560fae2f8dc4091ac9fba9d1f3cd95 0.42 MB 640 2
543,224 543,224 00000000000000000018d0763ebeca11f6d4f399b5708387cd7062c8dc72acc4 1.25 MB 2,810 23
543,223 543,223 000000000000000000007e3997cb80f3b9f19cfba764892cbf3fe9d1da7deeaa 1.23 MB 2,782 19
543,222 543,222 000000000000000000201331303f1bb21ce67b4b6b289972b10556ac02e2f990 1.29 MB 3,240 26
543,221 543,221 0000000000000000001df03ffb22cb7d293c632a01489368fe41ec139955979c 0.06 MB 176 24
543,220 543,220 0000000000000000001b772474df1d379c4a96d64c8ff9572e5511087de56c8b 1.36 MB 1,676 2
543,219 543,219 0000000000000000000332e6ec02332fd82501f7dd835b1d689484c490b12fed 1.07 MB 1,649 7
543,218 543,218 0000000000000000001e1c64707a6d324c2b9564d316ddfa253cb8e23b0e22a3 1.21 MB 2,196 23
543,217 543,217 0000000000000000000e54f110c97443e7eb323dcdcbca45cf6e6f3645a1cf63 1.30 MB 2,696 10
543,216 543,216 0000000000000000000025431a49a712b531b02159167ebac160e501a4321b86 1.26 MB 2,661 29
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.