Memory Pool Memory Pool Refreshing

16,194 transactions
5.39 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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
907,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,191 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (584,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,724 322,724 000000000000000015521997b0ede3215acde7ec91257c6baf4b0f92ba336f16 0.46 MB 682 29
322,723 322,723 00000000000000000e7c6f01a80dd942caa43534c386c2de992fc5fd00b7ffc3 0.09 MB 146 29
322,722 322,722 00000000000000000496c139a704174a61bbe9e138c22f1a385539d10515baeb 0.03 MB 57 29
322,721 322,721 000000000000000006e1a82b4e56aaf8fe2bf1c31737b2620876652ab0215eae 0.07 MB 122 21
322,720 322,720 00000000000000000b39e7140e295d6dfbdcd2b74a5e17693c36b2577e8e6eac 0.54 MB 832 27
322,719 322,719 00000000000000000d186d8522d8bdf6e58144803562a58e553a1d827007380e 0.40 MB 634 26
322,718 322,718 00000000000000000ebbc146335d54b2910659ef005bf94e7e68c6514b037e65 0.47 MB 551 17
322,717 322,717 0000000000000000126339337db6d442aab9ebccaa644cd705643adc15a8c93d 0.30 MB 624 29
322,716 322,716 00000000000000000b170695b2670fc1ebf8445ba97ee114802ba882feadab35 0.10 MB 153 16
322,715 322,715 000000000000000008c119231310c7fe1f3770f22a286aa452583dea367fddce 0.50 MB 897 29
322,714 322,714 000000000000000003d2b0d1bf9ae172c76df9d6c913ca272fe4df44a62f5b4d 0.40 MB 730 29
322,713 322,713 00000000000000001528a5712e08ae365c6276bbdd00a51619d15c7a4e9ebda9 0.49 MB 818 27
322,712 322,712 0000000000000000012774bb74143c86de2b47b3ff48bc0b24611b449edc58e3 0.24 MB 401 28
322,711 322,711 00000000000000001d2b88962b0b1f1f7921a0cd0528aea0c816a3f27a785704 0.16 MB 301 28
322,710 322,710 00000000000000000ce68ac8913d83590c17a6e6188d1cffe31b0b0857d509cc 0.43 MB 506 19
322,709 322,709 00000000000000001e9d5331f81d94001022f4cd3e777b2d0bcb324cafc4a804 0.38 MB 567 26
322,708 322,708 000000000000000015bd852c88e1261dea83fce6132e689994bde4f9efaadff6 0.03 MB 64 31
322,707 322,707 0000000000000000008bcdd252b0d7246c55dbee53415e1cd61e97a60dd2f980 0.77 MB 898 25
322,706 322,706 00000000000000000c31c3467bd375e93480c8f64cd5652d2430beb96af1bce7 0.93 MB 1,517 34
322,705 322,705 00000000000000000372818547a02b76083bfbc2152c0a71207a54dd86ec01e4 0.02 MB 64 36
322,704 322,704 000000000000000017c80540ede6944bcf3dab2da8f67d9902078fcc2c6e990c 0.40 MB 742 31
Previous 10 blocks ↓
Total Size: 769.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.57 GB sent, 93.00 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.