Memory Pool Memory Pool Refreshing

858 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 839 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (28,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,562 879,562 00000000000000000001cf26c062aded15cac42677752de9e40efca26f3721b8 1.56 MB 3,932 10
879,561 879,561 000000000000000000027df6b638cd00dab36bb53c59fd158316fea9cd789ab1 1.56 MB 3,601 10
879,560 879,560 00000000000000000001d3bd9e775efbfc8470eb6c6381431ac4e02f54999969 1.67 MB 3,620 8
879,559 879,559 00000000000000000002685e4fa4ed748b22d3caa88449b8b33afec624d62dc2 1.51 MB 3,353 14
879,558 879,558 000000000000000000000444630c7f3e167b782dc7d56d673361649adf137cf1 1.57 MB 3,679 8
879,557 879,557 00000000000000000000287cf33e04b198c59a002cb37d1d5765341abbdf7b5a 1.96 MB 1,359 2
879,556 879,556 000000000000000000025d3d9e60e4a9b60f0436685b21fc223f1470ce0354dd 1.70 MB 3,494 5
879,555 879,555 00000000000000000000acdb1641514b17c6c10dfe08e94bcc6556c4b306ad7b 1.88 MB 2,783 5
879,554 879,554 0000000000000000000254a5ea601980c217d291ee5409cc4908b393a8231db7 1.98 MB 3,927 3
879,553 879,553 00000000000000000000071a19fc2255b5c08ea365e0d91102a099fed6f6d9ee 1.53 MB 2,934 7
879,552 879,552 00000000000000000000eac277b44684f5926b81b8b28604543d19a643d80eaf 1.84 MB 3,039 4
879,551 879,551 00000000000000000000695804f186ecaff546b03d7a28cfa373c686ee07dd6e 1.46 MB 2,298 5
879,550 879,550 000000000000000000028043f561b82dd33105aad6ccd2aeccfadd34ca2b45d2 1.51 MB 2,860 7
879,549 879,549 0000000000000000000023e27eeda3cf02c14135cf10464f390ec53745ecb785 1.57 MB 3,484 8
879,548 879,548 0000000000000000000233bb9377c4aaf5daf18882179863caa4a5bd90b581b1 2.01 MB 3,887 4
879,547 879,547 000000000000000000011824e25d5d09eceacb3b0dd7c8040883d543dc1a2579 1.61 MB 3,430 8
879,546 879,546 0000000000000000000060180a9bda3f602f2374439973d60520d32dd34be945 2.19 MB 1,183 3
879,545 879,545 000000000000000000020d49416c6032bfcbc0fc944150ba66992ec972677788 1.78 MB 3,729 3
879,544 879,544 000000000000000000026dc18eaa20974326e10351426845d12021e612efbe42 1.67 MB 4,037 5
879,543 879,543 0000000000000000000242f37f1aad613699f846027722c5a69dfe767d1470d3 1.47 MB 2,947 6
879,542 879,542 000000000000000000011264a859231fb248d45a5ec4b4512810683b823d4344 1.48 MB 2,717 4
Previous 10 blocks ↓
Total Size: 769.31 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.74 GB sent, 94.46 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.