Memory Pool Memory Pool Refreshing

227 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,567 00000000000000000002349e0000000000000000000000000000000000000000 0.05 vMB 222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,566 (862,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,862 45,862 000000001d9eb7eb654f57795d573fd8a6a43989bef44ab53aa77295f18ef632 0.00 MB 1 0
45,861 45,861 000000002505710cf3bd556be56917db9b68bff1ad7b42d97b430c41e4523c5d 0.00 MB 1 0
45,860 45,860 000000002cb3b1ef5d5577a2f5309ff3b7c9a5d5064444714ff57030afe7c2f1 0.00 MB 1 0
45,859 45,859 000000000717d022d6984c391fc6a0ec5dbce9dde186b38ae0771140812f21f7 0.00 MB 1 0
45,858 45,858 000000000b3bb43a4367fb826a37835dcd406c7a9dd844246149c94b9c9d8481 0.00 MB 1 0
45,857 45,857 0000000009f708faa8b4a0db93a9e01419947aaa8c87b71c6fa24a9307cc5d8d 0.00 MB 1 0
45,856 45,856 00000000312df69ee2a59b550ee97b0f29ce0784ae60c55ac4d8d4e66354a7c8 0.00 MB 1 0
45,855 45,855 0000000036f02e3879c92f9c58852df73a2675ee6b443d1abbca7472b7532c74 0.00 MB 1 0
45,854 45,854 000000001b5a8b3b6a8913fecef61a18b247b67b0a4884d3fee4c5fc5f0f01c8 0.00 MB 1 0
45,853 45,853 0000000012f141f5df75dcf9cd151028861476506de760feb5b285f7e61383ae 0.00 MB 1 0
45,852 45,852 000000002ee74d256695424dae739b8bc1cf2f92b90172ab8a2df744148028be 0.00 MB 1 0
45,851 45,851 00000000009caa533b194442c139b1b6173a854e1311321388b836fdd52e6b1b 0.00 MB 1 0
45,850 45,850 0000000016066da8f975f8e85d60559ff317e5941ec15a4533df1d2f699a07db 0.00 MB 1 0
45,849 45,849 0000000017df7fcaf7c9b31880ddd087569d84c1fcac035083f9cc3c0dbebd0a 0.00 MB 1 0
45,848 45,848 000000001354aa4c481e2a059e9c7db1d6473c3c4cf5a1ed1eb29a8c060a9813 0.01 MB 2 0
45,847 45,847 0000000034e7d275e13d1fa90617dba8599412be0287eba30613aa8eafcb3ec1 0.00 MB 1 0
45,846 45,846 000000000db34d449a5ca82bd288421331ef3e332bb1a053016934120bcddda3 0.00 MB 1 0
45,845 45,845 0000000016b8a222f1a561aa70d2d56fb5723ab989aa2d0d67ec182c42025cfa 0.00 MB 1 0
45,844 45,844 000000002efac8ad8739fd0e5f03f8eb08c636194fc3b13d93e2f25f04c414df 0.00 MB 1 0
45,843 45,843 0000000030aeb411a6941fcc111a5c51d7e1e32df607d29fd3488792ede2702d 0.00 MB 1 0
45,842 45,842 0000000014f962b0ffff98e1bf2696438492939797f614ed91ffcc552193d955 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.75 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,847.78 GB sent, 100.70 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.