Memory Pool Memory Pool Refreshing

2,270 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,263 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (837,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,585 70,585 000000000057f17d2456337653cd53dc5308e2387b7978fa33eb49045ef865be 0.00 MB 2 0
70,584 70,584 0000000000cfeeaf87b7451fae91a960de54f512c122f4af071a45fd96ef750b 0.00 MB 3 0
70,583 70,583 00000000001f7b939a7544571c9eff4f68f092ce74085a40eefbff9dc198e023 0.00 MB 1 0
70,582 70,582 0000000000dbf7f237411ef522b8ece56f6232b37c3048173bf3bbe0cfbfd676 0.00 MB 4 0
70,581 70,581 000000000090002fce4427571a81b6a512d258be704356d4c447cc6d71a06cef 0.00 MB 2 0
70,580 70,580 0000000000c86f3169fb48f1bd4fe66baa4b544e0e9848643370bf330b78e147 0.00 MB 2 3,875
70,579 70,579 0000000000dc286a4dfe79a24adeb5be675ffdaaaf8cdc04a5d9125b5b10aff9 0.00 MB 1 0
70,578 70,578 000000000105c6060157752452377876698035abdf44059276dba7faba474084 0.00 MB 3 0
70,577 70,577 00000000001a96bec532cbb90c96317b4d7dcf2bf8ff1de5a69f4ff8f0f99fb6 0.00 MB 1 0
70,576 70,576 000000000083a5ec3b8905493c86853680bc0db5a1ca191adeb38d46be7a3d0c 0.00 MB 1 0
70,575 70,575 000000000087d6921c60c72f9c5f9cfa2a6e4ff91d6e2e5bf2e8069926d6dea7 0.00 MB 2 3,861
70,574 70,574 0000000000256d03fbdcbfa09b3283cdbb5288e67703ddd8c3a45b2c7619178b 0.00 MB 1 0
70,573 70,573 00000000001910a11854dfd120980d702b7af7d9a06708c065c16bc65429bdd8 0.00 MB 1 0
70,572 70,572 0000000000f217b37c39e9d3108a682c05d54928c8568704dd09a1c1c52eb4ab 0.00 MB 1 0
70,571 70,571 00000000008b87fc67890cc4961fcaa338736ffdb97c457ff1d0cb50e0ad2831 0.00 MB 3 0
70,570 70,570 000000000001fcd3952e6e78387b9eacade0e8dd47f96afdf16a7ed95e55f805 0.00 MB 1 0
70,569 70,569 000000000016ee9ec19c60c1edfa8a0ed047806739fa14f40f8de653c0fb49b6 0.00 MB 4 2,557
70,568 70,568 0000000000d93b369c2fa6c98eb12e64ac1874298f099574068b00aac08fb06a 0.00 MB 1 0
70,567 70,567 00000000006a49b14bcf27462068f1264c961f11fa2e0eddd2be0791e1d4124a 0.00 MB 1 0
70,566 70,566 00000000005c786c35d2444f2462b306d4c782e2596732ffd764d250d02a63c4 0.00 MB 3 3,868
70,565 70,565 0000000000411858cf3b248a028ff752f5729df886b75ebe6e946e207eef1df0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,776.97 GB sent, 99.74 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.