Memory Pool Memory Pool Refreshing

258 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,450 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (849,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,835 58,835 000000000bef8c7e571b01acfde24c01d0fff4e3600ea876c6636c5d6c31ed0e 0.00 MB 1 0
58,834 58,834 000000000c20e359594da266b3206cf2c4bcff6732633bd26d1976e8661b4e9c 0.00 MB 1 0
58,833 58,833 000000000d27e7f7cfb7e51612d8b79723004d0600152c0d4ab154242353eb81 0.00 MB 1 0
58,832 58,832 0000000006be042923114a3d8a47e8e3a218f8a082267e998b1c4a9f7aa9feec 0.00 MB 2 0
58,831 58,831 000000000e831d33b0f09fa091d29280ed114f645521f9943c63b6e0c57d0b92 0.00 MB 1 0
58,830 58,830 0000000006dcd900bf7709e210c96043519701e52943832399aa82bbe625f8d1 0.00 MB 2 0
58,829 58,829 000000000310484f21f03d4a35498d08618a6624ef1f5bec3a132a5bcb339b8c 0.00 MB 1 0
58,828 58,828 0000000005f73b23c4e0dfd8bb6c4c54f3fe64c94e70e2d5ceefdb685640ee78 0.00 MB 1 0
58,827 58,827 000000000e903e18b73c92b7f6d9430ab483ef3f1e22e7cd16bed45a44448fb9 0.00 MB 1 0
58,826 58,826 0000000005d3b34324a15f77094168d4e5382d2948ab00587365635b7306c625 0.00 MB 2 0
58,825 58,825 0000000008ea19f7c3d9a39b697864ecd4fd14b92427391a902b16f1271ce339 0.00 MB 1 0
58,824 58,824 00000000092afccbd97b3ded9de0cd801163e05cbe7d29555c83521d179128b7 0.00 MB 1 0
58,823 58,823 000000000b63c0c468364cfd7514fce2e4bd33ea2aff54536f3c0891ecc16193 0.00 MB 1 0
58,822 58,822 000000000e4464ff59e1ad56eaa80d4a2baa75f1061387349d21ab5bf29e6d36 0.00 MB 1 0
58,821 58,821 000000000daa5e175ed68552ecb92021f0d7eb0a04076c7e5d76b332d7475a04 0.00 MB 1 0
58,820 58,820 0000000006f421ec8019d8a0839b2eed0c31b061c1161b77b7c2e86336a07f4b 0.00 MB 1 0
58,819 58,819 000000000510810c87b56a3cf7e83d6eaf165fd596e12e2ae67f700be7c6c214 0.00 MB 1 0
58,818 58,818 0000000007af50606fc5706235c0f94ab6a11e24dd164b530c61b04fe8977ee1 0.00 MB 2 0
58,817 58,817 000000000af64def06b2f1909c8817ca6fcad576d1453b567f7a78cb36f3c9de 0.00 MB 1 0
58,816 58,816 000000000a206f4470d9cf05c494cf2ec33c80aeb676a639030355ab96dee8f8 0.00 MB 1 0
58,815 58,815 000000000cf66b73ae006256ac1b524ce6c3fff3c6866cb5a2b45d53bcd13953 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.66 GB sent, 99.73 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.