Memory Pool Memory Pool Refreshing

6,242 transactions
2.15 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,844 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (788,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,423 119,423 0000000000001bef2aca1b6869efa4098baff24d9ef486499fcbdc748bfcb7b6 0.00 MB 2 0
119,422 119,422 000000000000591b8b7b8e8c5aa90ecf594d044f74c2b1f4df46d6e6f045edb3 0.00 MB 7 1,350
119,421 119,421 0000000000003b29da7feb9d99ab461607c26e9d24c66dd0cb563de29497ec13 0.00 MB 8 0
119,420 119,420 00000000000070f417012ebfd44ea02dc4eecb43e4893c45d2b6baa98c11a494 0.01 MB 13 533
119,419 119,419 00000000000026b68a0ff9f118d2d13dced3ff0573a558142d24828f54851527 0.00 MB 10 358
119,418 119,418 00000000000033b617db8a67ab4ff94aad805a1c9c31b0d87f4eb3477eff8d0e 0.00 MB 10 1,308
119,417 119,417 000000000000b0b025a23b89b492f67f0e0e0b7723a14629aaa69cd98865be71 0.00 MB 12 0
119,416 119,416 0000000000005c22e41f1dd7a74f2e8b192bf01256641a05d6bbfe16e757246c 0.00 MB 6 1,023
119,415 119,415 000000000000a9b058e9b2a4a17794797d5fcc1bfcccefdec6f4a074ad6cc687 0.00 MB 13 0
119,414 119,414 000000000000226d641ad8b31f8de425788b086c188de1db88032dea8e59015c 0.00 MB 1 0
119,413 119,413 000000000000298786f05bab1f31c9634dafbccb3ceee2bc8ed1d1135856a3bc 0.00 MB 11 0
119,412 119,412 000000000000a2674121e2a5b6a820573bf271c7dd2b74b828ce314f0e257aa5 0.01 MB 14 394
119,411 119,411 000000000000a06078f2de34ede1c1387dfa4c5b3d34f6e3544b323e4be19d58 0.00 MB 10 551
119,410 119,410 0000000000007621b58c81afc1a574db9af285a03d0bec1c293706d293e7bce9 0.00 MB 11 0
119,409 119,409 000000000000a856f8a0fb60e2d9fadb9aa5a25cfd1b053f7ba74352a9ba53b0 0.00 MB 7 685
119,408 119,408 0000000000009edc3aedbbe07359e80668ac643c7661ed4481d45658c6bc7d36 0.01 MB 4 0
119,407 119,407 0000000000004344d4d660319c19c8dce776303bae683f0358b6e52f292aa7f1 0.00 MB 7 511
119,406 119,406 0000000000007558c5ca4ffda53d30c1782d2cdcaa65d11bc5adecb720297faf 0.00 MB 4 1,050
119,405 119,405 00000000000033f084082300d7e8ff47d7a6b296f9b19d2b6b50f275d5b54ef3 0.00 MB 10 0
119,404 119,404 000000000000701af113910026b97e098d7eb8f83ece50655321ce88e7880561 0.00 MB 7 0
119,403 119,403 0000000000007af1eab7c476253181035ccdef681e1092f9e0376051f3298a3d 0.00 MB 13 607
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.