Memory Pool Memory Pool Refreshing

1,370 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (829,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,911 78,911 000000000048b40831efbd4d67636202bc56c0266f6271b3f9a84f52fe5cdb91 0.00 MB 2 0
78,910 78,910 000000000053a036c48273c9b2c0e4ebf66d6469e5953d725b3d462d3f49509d 0.00 MB 1 0
78,909 78,909 0000000000410aec14cb488acfa68fcdc8b8b3d0b8c2fa7a3aad0720941591a0 0.01 MB 14 0
78,908 78,908 000000000007797e3cc2cbed6da4d291a2abd20240b3c1e96d94f45b4078ff25 0.00 MB 7 0
78,907 78,907 000000000049d47d7e1be3883b8ef7a09e5e5a76fdf18a1c0871c19f15091613 0.00 MB 1 0
78,906 78,906 00000000003aed3a05bb82ac088bf26f90edd8a4b9744b727e5921d2faaa56f5 0.00 MB 5 0
78,905 78,905 000000000051b39ac63ae5d678e68e697b23003849c6effe1533afaaafc38c90 0.00 MB 2 0
78,904 78,904 0000000000188574eac0cc969af284bb18a1272c2121d2a761c2fa6552ea892b 0.00 MB 1 0
78,903 78,903 0000000000597e3e2dc31f8369b7f530d96f7d039596ff5aaae50365629cea5e 0.00 MB 11 0
78,902 78,902 00000000001c0abd34a9862d282fdd613485e9a3197942420c4b75bf86d4522d 0.00 MB 2 0
78,901 78,901 000000000018bee52a3f208a3a0a641a8c8e4cd3998e2a93b54ebaf64bd33850 0.00 MB 1 0
78,900 78,900 00000000003b63dbd51f4df69fc4a59a8fe51c07a012b71de88e962fd1856791 0.00 MB 2 0
78,899 78,899 0000000000360d855909565e9bd3daea45af4a47058d315e64fef2aa568d2e98 0.00 MB 6 0
78,898 78,898 00000000000fc94fd2de31e3f9f7f3dcced92800e69e685974c6317f7f98adbd 0.00 MB 11 0
78,897 78,897 00000000000bb095fc9defc55f13615c9f5406d2c738ce66d86d5910f66601ed 0.00 MB 6 0
78,896 78,896 0000000000479f09eef5bfb637adad2d319c1f050fd6880c2c30c96922af8c7f 0.00 MB 4 0
78,895 78,895 00000000000124b9b02f436fc004484d18ee180684635dce8bc0854c856e80a0 0.00 MB 2 0
78,894 78,894 00000000002e1254e8e3d460abd7ef01708afc448563987f74470744535be91e 0.00 MB 1 0
78,893 78,893 00000000002b33e070d10858b4483a88e2a420b322e5b79b16eeab0900700e2e 0.00 MB 3 0
78,892 78,892 000000000029e1c084e5fa3209c3a437ebea6c1db64fedebf3355ce76e431f7f 0.00 MB 1 0
78,891 78,891 00000000001fcd1c4068c3332cff88969a3653e4809b63a19ee38d6a1ef5e142 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.83 GB sent, 98.58 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.