Memory Pool Memory Pool Refreshing

4,509 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (903,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,804 4,804 00000000dee79884453e0e41b11f77cb898f5e60f067988e43b944fb01e89605 0.00 MB 1 0
4,803 4,803 0000000014b799828f3618f7ab03a91eded4fe0f75bee695ec48c026fd424169 0.00 MB 1 0
4,802 4,802 00000000b525d70053db9f1c2aac377a94f0779d04c58af7b1016d2da82674fd 0.00 MB 1 0
4,801 4,801 000000005f9b24448be4d2c0216ac940c35554a090c12c1192603b068e2d7be5 0.00 MB 1 0
4,800 4,800 0000000097ff6abc82bca6f90e04c2f898fff86a3f13c361a712d4722f6871cf 0.00 MB 1 0
4,799 4,799 00000000abb2ecb0722c82e4b3c18268fb47fa7a5e79402927fd3cc72638e0c7 0.00 MB 1 0
4,798 4,798 00000000ec99240475db5450bc37f10c0dfcdf00b6d85e276d7cc5436924aeab 0.00 MB 1 0
4,797 4,797 00000000c5e03b4b285b0bb006a4c4b45f3297b9a3034974dcd90899ae13df0c 0.00 MB 1 0
4,796 4,796 00000000ddff5bc44604c75c4b0115d6fd3da3ef3adf0addd773fb8b40673e8b 0.00 MB 1 0
4,795 4,795 00000000c8de245ab0abf11ccf933ca8d909d30738615094892d279271b8a851 0.00 MB 1 0
4,794 4,794 00000000e2cfb7d2dccec6ceba36a5742c4afe06ebc06b3b114988455a9e47d7 0.00 MB 1 0
4,793 4,793 0000000046ac4f2201ff722934f21515269ea25836d18b48fa90d42b079363bf 0.00 MB 1 0
4,792 4,792 00000000eee6df0f48944dd627dfceaf42f27c93b507326e092b995de28f50d8 0.00 MB 1 0
4,791 4,791 00000000a2cda6adbc43b1d72813ed8a3f45993225eef84704070ff07f285eb5 0.00 MB 1 0
4,790 4,790 0000000013371ed4d67e526a2fd2d8bd270b477c72bdacbd01048392f5528eb5 0.00 MB 1 0
4,789 4,789 000000004df8bfc1e83994da15fbd7709f029933a8095683fe3bd35b53818f55 0.00 MB 1 0
4,788 4,788 000000008cf74765b186b965c54e3151941d52cafe1d01eb0350ded9bc9b9ccd 0.00 MB 1 0
4,787 4,787 0000000088afa4b823451c4f99727ceab87c8bd57c05712d5530d54170765779 0.00 MB 1 0
4,786 4,786 0000000083a705d8aaac782aac89a162a04b5f2f50c7d7d48656405b48c40579 0.00 MB 1 0
4,785 4,785 0000000062fb83bd6bac814c573c655f62febdb8b5a3da6f87e6e0035206d897 0.00 MB 1 0
4,784 4,784 000000000ffbdbdbc0b9c90dcd36ced14374e0b6a5ec02bc7c394779cf93788d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.