Memory Pool Memory Pool Refreshing

96 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 87 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (171,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,936 735,936 00000000000000000008c51dc5bc1f52c40f5a0808b4ff6a56f478e23778c284 1.94 MB 1,303 29
735,935 735,935 00000000000000000007d47a22487422ed018a9b86bf9b62c0c7625c45fe22fd 1.59 MB 2,863 23
735,934 735,934 000000000000000000067812bfcdde27c74502998ad1fc55690950786628e96c 1.35 MB 2,955 31
735,933 735,933 00000000000000000000339a695ba2f9ea2f036ab7b8660bbe2e0a408cef62b4 1.45 MB 2,952 27
735,932 735,932 0000000000000000000619adf28e0a555876dfed7dcdca852a6d889e90ba830e 1.58 MB 3,281 15
735,931 735,931 000000000000000000002f8d88fdbc737bd1320e17133fd59ca4a31a9d7e9fb5 1.19 MB 1,342 17
735,930 735,930 000000000000000000051d470031d42e2cd150547968ce31ac76415e0c3939de 1.43 MB 2,723 16
735,929 735,929 00000000000000000000ec180f1e819c7a3d6dbadc59162a287fde4a58abf752 1.56 MB 3,451 16
735,928 735,928 00000000000000000001fffa35b13c6fea5553ff17b4addc77a5595e68ed6730 1.50 MB 3,053 22
735,927 735,927 000000000000000000036ff9b3c93990893ad03fb0be21ee7e61d2bbb598caa0 1.46 MB 2,434 19
735,926 735,926 00000000000000000005720c9ff7c7b4bde1417f9da0e6e02da93098e3deff6f 1.42 MB 2,810 38
735,925 735,925 00000000000000000001b255badb109d921059b309c9fa3633b96807260ec20d 1.18 MB 1,436 23
735,924 735,924 00000000000000000004e13ebb8cb0e4a7fa97cb01ce125170662fc17a6009c6 1.47 MB 2,483 17
735,923 735,923 00000000000000000005eae584322b6db087e201a1cb1f670a8321861d334d1d 1.17 MB 1,453 16
735,922 735,922 00000000000000000003eabf9732c9c138c1158276797478c776f2ed1f8f6d65 1.50 MB 3,053 23
735,921 735,921 0000000000000000000826b1d88c54450ec9bd40ffc7404d7ab7d994447d035e 1.53 MB 2,743 17
735,920 735,920 000000000000000000038f8216c9b7bd68d67884df094019d77c9dbd1c7c0d9c 1.49 MB 3,249 19
735,919 735,919 00000000000000000001b513e0f76abda76079169effd57cd2f45ff7f5429182 1.51 MB 2,578 19
735,918 735,918 000000000000000000062344b501bc31d619593082ff80e386bc8f6c09532e4e 1.49 MB 2,402 19
735,917 735,917 0000000000000000000200fc47531663a0621cdad95b1920cf7717714569acb5 1.30 MB 2,115 15
735,916 735,916 00000000000000000004c676fddad0c4cd7c5642e7b6765c86977863638418a5 1.40 MB 3,139 34
Previous 10 blocks ↓
Total Size: 769.15 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,632.30 GB sent, 93.61 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.