Memory Pool Memory Pool Refreshing

636 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 623 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (897,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,581 10,581 000000007858a23c8c532144315b61979822454a58c80a6e0e6d8ae8fcd27934 0.00 MB 1 0
10,580 10,580 0000000066e1e43e812b2098713888681cc044c2dee67692c21dbffae053c8eb 0.00 MB 1 0
10,579 10,579 00000000818af8784ee8e2a679b8b5a9c7e25240dbf56f9c96dcd22b19dbde0a 0.00 MB 1 0
10,578 10,578 00000000baee18c4771d85a3cbcb11d341968ed853944011cf10156a306a6949 0.00 MB 1 0
10,577 10,577 00000000ebb4dba7fef1a2006c63e059919ddabc00e16ccb47ef1405849b1ae7 0.00 MB 1 0
10,576 10,576 00000000117ea1dcff56f3dc96dc7203484c43b4c699366793ce7fadb7b96b0d 0.00 MB 1 0
10,575 10,575 00000000671021fbc7c35980e3e0832543ff1c61f5c68f9d54a2f183f827d12e 0.00 MB 1 0
10,574 10,574 00000000c7c795dfc28264ad8694ad133111b6399c7655bba89cb5b06dfcb0de 0.00 MB 1 0
10,573 10,573 00000000c48d22b34836717522a77e313524b033f205f5eef0ad1dac7240b338 0.00 MB 1 0
10,572 10,572 00000000ddc989735b3cd9db6954fff9683e7abcc84e617dc7a01e8e0f98019d 0.00 MB 1 0
10,571 10,571 00000000beef493802c1241ab7412fedc971a812fdd492e871dd495a3cc3ca9c 0.00 MB 1 0
10,570 10,570 00000000594fd07b9f9e7dea58f56d227de5d829f47863ffafdc593f73a4851e 0.00 MB 2 0
10,569 10,569 00000000913d7c59020f265faf8374b04c611aa4c46da8f865e3bd01e6bab14a 0.00 MB 1 0
10,568 10,568 000000004ac55b8fbb9ad7d2572bc963e3c9b3ad75c65bbfc7dca7c880f900fe 0.00 MB 1 0
10,567 10,567 00000000a22c9cabdb06a2f11fcd72e7ba4831801dec8f235f08017cbc2105d9 0.00 MB 1 0
10,566 10,566 00000000ec71af22cdd3d422a3378c4044923bbfce544c724ca58c429a7c508a 0.00 MB 1 0
10,565 10,565 00000000c4d9bd74c051e97520fae8271a550f68f640e4ab1afdcdf8335fad27 0.00 MB 1 0
10,564 10,564 00000000696c7a18f6b3f793037148cbc6be386f3267542547d09d34976c10d0 0.00 MB 1 0
10,563 10,563 000000001a70a7dd34ea2803da43590af68663118d34f06c8516032386737f4a 0.00 MB 1 0
10,562 10,562 00000000b46eb7e73875d2264f1660602d08e4e53d9c48d10739d7eabc5db18a 0.00 MB 1 0
10,561 10,561 000000008f72ad0665a6374ca857c011f060079582d41f816766e40f28513432 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.47 GB sent, 100.53 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.