Memory Pool Memory Pool Refreshing

3,253 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,355 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (191,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,728 716,728 0000000000000000000203d09dbb3b874366461f45fce0a5b583596f889654f6 0.76 MB 1,111 5
716,727 716,727 00000000000000000000da18df68cf1c46efee18dc8b4c0f9d8b64e3b42ccc43 1.41 MB 2,455 4
716,726 716,726 00000000000000000002ba6d5f9ac74f0ca0198f3da7565eeca667dce2f4720e 1.47 MB 2,744 13
716,725 716,725 00000000000000000004e77c9ccd8d3edbadbc7e70acebf8460e585e4de417ef 1.40 MB 2,527 17
716,724 716,724 000000000000000000056b0c83872190d68e4da26abd5fe63876ea2d15e4f8cb 1.44 MB 3,033 10
716,723 716,723 000000000000000000036f0aff5c19a7ce4d177fb427cbf60b37582c3d43b760 1.38 MB 2,276 13
716,722 716,722 0000000000000000000a352bde58aac80839c18fa5ec8e535a7a298113903449 1.03 MB 1,931 13
716,721 716,721 0000000000000000000828e4e9102055b5a3529bcc1c0ffcbb5a73ba9db85444 0.80 MB 1,513 10
716,720 716,720 0000000000000000000122bea62b78c8f5d41ca8c87dfcdd8a59c4a8ff855625 0.17 MB 276 13
716,719 716,719 00000000000000000004e212c9bb4abedcdf7ff9a578e56b23d5cd38066cd279 1.20 MB 1,859 11
716,718 716,718 00000000000000000006e21b583c41d755b862caae09a43048a6bdf94380793e 0.54 MB 904 10
716,717 716,717 000000000000000000062a8ce471cad706a3996c49f05a0539f3a65e5c26895a 0.22 MB 366 34
716,716 716,716 00000000000000000007b6460b00205dab88a85d95855a2237a814ca6a2d3873 0.33 MB 673 11
716,715 716,715 000000000000000000060d629a4c5a49e2555eb4ccc02ee4aaa3789f6c7208d0 0.07 MB 194 12
716,714 716,714 0000000000000000000586d438ace858ca55e3a278fff58ac91ca3da1a1e5241 0.02 MB 65 8
716,713 716,713 00000000000000000004144957d9b67c116e7549254ce3f8ee4f1d75b7b9a95c 0.83 MB 1,435 10
716,712 716,712 000000000000000000075716c9d419e1b6ff771f0908bd9bfe8560a13553693f 1.33 MB 2,615 12
716,711 716,711 0000000000000000000b62c05a965e5485e7eb21e1ab86c387b42ea60fb2a547 0.32 MB 639 8
716,710 716,710 0000000000000000000b683b7f6fb1da7f18a6c302a8dae87efa8af5beece20e 1.44 MB 2,484 12
716,709 716,709 0000000000000000000b3d5d392a69e0600a74925bed8c8e5f1e4286de726c17 0.24 MB 316 14
716,708 716,708 0000000000000000000aff80a8491bb5ac73a931b323cba6fc28c72c69eda181 0.45 MB 356 10
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.