Memory Pool Memory Pool Refreshing

4,788 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,131 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (904,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,873 2,873 00000000c9d078a1c9b44c8a052a6fc7b2cecc3d290c8133289a6edee1340e74 0.00 MB 1 0
2,872 2,872 00000000c953f01403a0cbe00542665cd32ada242efe97ecb3683e546fd353c7 0.00 MB 1 0
2,871 2,871 000000009989f65f74bd9d5e812cba076c340474cc3a174472b1f4895ae36907 0.00 MB 1 0
2,870 2,870 00000000be75c9903df78553c2ee4553a1932ca3b91d99d52bea6234dfabb4f7 0.00 MB 1 0
2,869 2,869 000000004527a1612412087d1a5ac150bf1df0b96685786fc4c76a844bfa35db 0.00 MB 1 0
2,868 2,868 000000001c65bd4a07dd7f2bd18344aa40b92f360f3d73f6deb1444b3501814f 0.00 MB 1 0
2,867 2,867 000000006d6af482c12555a44bed3a0d4bbadf0fa27274225a1ed808b8a7d405 0.00 MB 1 0
2,866 2,866 00000000350d428dc508d91c1716809c27bc9172d133608afdf00ffc8d7cefff 0.00 MB 1 0
2,865 2,865 000000003224cd84d58e47966554a3799799cf2b46ff22e63ab1c106ee4c6e85 0.00 MB 1 0
2,864 2,864 00000000c8ef57c5b6e2186198e6a94bec3b6cd3d3b77b380611ef8c665f0429 0.00 MB 1 0
2,863 2,863 000000007c9a0b63a06defb999a89e020ec34c3b6374f042fdf6b3c3e51d13a0 0.00 MB 1 0
2,862 2,862 00000000b310aa0dbb70363ae1410d92575d8eaddc91a581391e357ed50b2e42 0.00 MB 1 0
2,861 2,861 00000000ec36c8bedef9062c8ede8ce0141f364dad2204f1d88a63ba94809288 0.00 MB 1 0
2,860 2,860 000000008d84d3d671ef1d7b3996427f6ce578098708074647d002bc8a118a36 0.00 MB 1 0
2,859 2,859 000000008f7acf8bcd700f8e96e31a2d6a7b2e002f9fa9fbf559b520b1bd5e00 0.00 MB 1 0
2,858 2,858 00000000f26567b514e19d504b4ab552193273bb96cc8e4fef34ec5e4c970a47 0.00 MB 1 0
2,857 2,857 00000000d7e6c1c27ea335a4014b54f51b2805cae5d4f1c19ce59a4a27e607e3 0.00 MB 1 0
2,856 2,856 000000004c1085c45f772ff34d4e894e74290c25435103786e7355e4799e61ee 0.00 MB 1 0
2,855 2,855 00000000e75be357ad65995aadcbc94ac72cd5138f3f81b40a79d482696c43f2 0.00 MB 1 0
2,854 2,854 0000000026f0a9b16c3618be61c180e02ff89b95556251dcbee6ced796fdefba 0.00 MB 1 0
2,853 2,853 00000000d46e3caa6128566282612b8dfad7870abe77395bfe183a8b570f1a86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.