Memory Pool Memory Pool Refreshing

5,938 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (883,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,198 24,198 000000007d5e1ccd5038fa934fd8dff0e01fca1272c685ac5c0d26ab37462b83 0.00 MB 1 0
24,197 24,197 00000000e2047feaf71110215a23ed3e51a87efb6ecd2d26ba7b639cd7ba0c4e 0.00 MB 1 0
24,196 24,196 00000000204a6c1399674f6a7acc0082dcc433039ae651de470f28f9fc172e5d 0.00 MB 1 0
24,195 24,195 00000000bf51a2283a64ea3641f5d9d0a097a70a2c941ca450a0e014c7167d86 0.00 MB 1 0
24,194 24,194 00000000c36586edb5a54c30c7ed33b22eceb8a7dda022963886b5d0e2b85b22 0.00 MB 1 0
24,193 24,193 00000000ff30a9610f21e6a1fcec273cffb81ffc124fd035c25e0aa263cc98e9 0.00 MB 1 0
24,192 24,192 0000000049195c8e3e5d13bb807cf2170cdf30abef7263cb245b21b49cf46df2 0.00 MB 1 0
24,191 24,191 00000000dbf06f47c0624262ecb197bccf6bdaaabc2d973708ac401ac8955acc 0.00 MB 1 0
24,190 24,190 0000000064590f9f74153d6e2eda31e322bc74ff34fa15a9b5c4cde6a011f6f4 0.00 MB 1 0
24,189 24,189 000000001dc3918f782e8fc651a488a8e08a4e398ece7684b04ed594cddaaa83 0.00 MB 1 0
24,188 24,188 00000000c04e9231260b179dc60b91f649206e7e99ac05e9513bca3ecdf667cb 0.00 MB 1 0
24,187 24,187 00000000e42a48c350755a0fdc94c55c0afc6456b45a578447e828d90af0d626 0.00 MB 1 0
24,186 24,186 00000000f041fda1d41ea8a56852674e489fb0daa7621afb4bcb8a595b2e03ef 0.00 MB 1 0
24,185 24,185 0000000039c77d90aa4e01e3c9125bb683c8cf970ddebd36ec8e7bec34dc3cf5 0.00 MB 1 0
24,184 24,184 0000000042922c3785d58dfba19472de1fba4f269450630c9e0b61eb7e8bfca9 0.00 MB 1 0
24,183 24,183 0000000068eec2c7c8db8735e7711fa79c636147545a6568b96a6f7da30da4c9 0.00 MB 1 0
24,182 24,182 000000009be124b2318cd6807e57e1fa9770cca5eab755bf148dd4436f036c06 0.00 MB 1 0
24,181 24,181 000000001c5bc3eacfaff8a751dffb4b9b893c629a1a2a109d9ca239a5894329 0.00 MB 1 0
24,180 24,180 00000000d9b954a9ed0c068bf7bc2f5eefbd835d33632235ead902eb7b4c8c42 0.00 MB 1 0
24,179 24,179 00000000a318514984f3767dfeace455da721be755e003bae84e5423a5e46496 0.00 MB 1 0
24,178 24,178 00000000450ad9fc2c150cb938f0789dbd1f8e8e82a1320d703e1e6a3f123930 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.