Memory Pool Memory Pool Refreshing

8,000 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (823,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,082 85,082 000000000007a625df61694a8a967594b3555dbf496b5a37be917bf4907aabdf 0.00 MB 1 0
85,081 85,081 000000000012846be1bf144264ec5692f52aecf834da52e153006d0494e92277 0.00 MB 1 0
85,080 85,080 00000000001c8daa5bc73ad73868f8ec5659ee1d7b1957e8a41814ffe3948f5a 0.00 MB 1 0
85,079 85,079 00000000000e7c6766fd40c80717249e9ca8645276a4bef6c58db5ddc367731b 0.00 MB 1 0
85,078 85,078 000000000012f6f1110f9cd8cb54bd68e5ba907fd8b9341b3a62bba876942e62 0.00 MB 2 0
85,077 85,077 000000000021efe1c622bbc2a7319bd083cc884715284cc11dcb7fb5961b5c6f 0.00 MB 2 0
85,076 85,076 0000000000229a6ec82c6d121f44d060cb9f2b5c66d4b8cc4ac8445ba2bc560b 0.00 MB 1 0
85,075 85,075 000000000025c633cb6e328588d759cf48811f7ac249526640cf7a3ac995680c 0.00 MB 3 0
85,074 85,074 0000000000174cef231f12fe7e812d63f656a61826ee9e722ff549205d1f4675 0.00 MB 1 0
85,073 85,073 00000000002f592aea93683e16f6fb820a78a6051ea067841cc35935c60cf21a 0.00 MB 1 0
85,072 85,072 000000000012b608d2b29f19528b9ff73a9627a095cf60e7678d92154ca0ea85 0.00 MB 5 0
85,071 85,071 00000000000e49330c74b67cce30e497e5719c50b701748e2dd80c054210d2b2 0.00 MB 1 0
85,070 85,070 00000000002ebc57d6311431f3d261380e19c773037cfb9ab9095e000b1d0bbb 0.00 MB 3 0
85,069 85,069 00000000002af07b02db0fa3651bc76279caf015be40cf9a8a5cc30a29ae1997 0.00 MB 1 0
85,068 85,068 000000000014927675faf47f18b0144eab5758a2760ba5857ea60d772f2a5273 0.00 MB 3 0
85,067 85,067 00000000000b16a601b714158f37c24763aea9e47791c24796dd1642c58567f2 0.00 MB 1 0
85,066 85,066 00000000000e79a9a327d3b02c50a0aa6d77a3c46394b007ad098628494afecc 0.01 MB 3 0
85,065 85,065 0000000000043cdabfe2b6131a6716be18192c2e5b356aca257d1c2da580b130 0.00 MB 1 0
85,064 85,064 00000000001e53015e6ae2569dd9a79b27322851640d6590d7419d5d7f7649df 0.00 MB 6 0
85,063 85,063 00000000002eb502249ba7a57464fd79cad7008fbe02d2e77e548bff75fbc555 0.00 MB 1 0
85,062 85,062 00000000001ebebccdca96e0f70563c5e6af91570ba773b7fa119db37cb6e301 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.51 GB sent, 100.86 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.