Memory Pool Memory Pool Refreshing

1,221 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,191 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (191,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,095 716,095 000000000000000000090310ae50e72ef8d9d9d39e0834031596782c57fcd70c 1.46 MB 3,156 8
716,094 716,094 00000000000000000004a21e404950fb1321dc46504083d1705577f1afd55bba 1.67 MB 1,810 8
716,093 716,093 0000000000000000000677eb1d77c0f321e0119f28460a3d7c5ee5e449054a27 1.27 MB 1,268 5
716,092 716,092 000000000000000000094ec2cfadade58392cf28d7eab717d1eb7aa3c80d3c01 1.27 MB 1,109 6
716,091 716,091 0000000000000000000091a3975b9b6b17dfcfd38e83ac66c07619fef0d03ce5 1.24 MB 1,273 7
716,090 716,090 00000000000000000004210cea01c6f9bc364db1600b1bafac8245a8408cc54a 1.31 MB 1,290 16
716,089 716,089 000000000000000000094161673b658ac208fcba566b283a83aaf471704b0b19 1.32 MB 1,099 6
716,088 716,088 00000000000000000008534296b6a9812125ef5bb3e90954c4703285e79a223a 1.29 MB 486 5
716,087 716,087 0000000000000000000443ea64f3ab8c7cb77d90afd77d38118a20e0fee9bcfc 1.36 MB 1,193 8
716,086 716,086 000000000000000000096e62d951881a16220237236c53a619f33ebece3d43c3 1.37 MB 1,341 8
716,085 716,085 00000000000000000006cc6775d3db34c50ff585d95d4791e8c239f993858b9c 1.44 MB 1,760 10
716,084 716,084 00000000000000000009414e6d06025afbafa26d805a10403a809844e98481df 1.39 MB 230 5
716,083 716,083 0000000000000000000301599e684a8971ad03fe0ae6928cdd9227c3c8b82e2c 1.29 MB 1,389 10
716,082 716,082 000000000000000000060044d559b92ae6a1d7f0a2d2e3d620eee4368c80747c 1.18 MB 868 11
716,081 716,081 00000000000000000003a15feb40200ecc30255acb4731f5f5a21142c632408e 1.44 MB 798 7
716,080 716,080 00000000000000000003f8a41c8373473719a6bd611ce050ccd18db7aaecd8ec 1.53 MB 1,965 12
716,079 716,079 000000000000000000079c1c0f0ea0dfc4eee27672e9bf7f6e17808009e11a9b 1.51 MB 1,749 13
716,078 716,078 00000000000000000004be065181c88754fe8a4e2b42288b60d65673c29d0599 1.48 MB 1,939 11
716,077 716,077 00000000000000000003ed9a52b58b3f09a6ec6241358121920e0f55ad99ee2e 1.50 MB 2,480 16
716,076 716,076 000000000000000000044c4c26b6a52cdb816a665ea4a1501ee780207845c1f7 1.46 MB 1,066 9
716,075 716,075 0000000000000000000a4d46739e09bdbb9ce636bfcbf4735e53ee20f3b7d28e 1.35 MB 492 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.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.