Memory Pool Memory Pool Refreshing

1,844 transactions
16.34 vMB
Show Random Selection Loading Transactions
Max Size: 67/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,462 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (874,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,633 33,633 000000000fb39becca6f1e25b03dee3dfe871cbd17d9be19378ad5b5416e02e1 0.00 MB 1 0
33,632 33,632 00000000548d1e8676c5613000b61554d005040e480474ab17d87c17a81a98cc 0.00 MB 1 0
33,631 33,631 000000002d5b4b652c01cdcb098244e52dc1dae7750f4a2b4e7a31501b6a4c0d 0.00 MB 1 0
33,630 33,630 000000008faddb3edd9463ac300007310d4eb00f4cbfc1147671d0aff1429094 0.00 MB 1 0
33,629 33,629 00000000a7d0dbd342c95d4fefaa3c8f3fe44fd23942e67ab465ad5cc96acef7 0.00 MB 1 0
33,628 33,628 00000000b2d44cd88f6744e56a0d86efe4dec76391d2425f6c2a87fdb40c1f0d 0.00 MB 1 0
33,627 33,627 00000000b3573b09310aee0793996a88259b38c075d961bf11e67de0dfc60882 0.00 MB 1 0
33,626 33,626 00000000a29a71666879f265fe7c6a5b9dc9c2ec1f29b83235ce30afef7aa5f0 0.00 MB 1 0
33,625 33,625 0000000070bae69ae5fbf9de1ff72019dc707791fc6bfb3b631b6d9f972f9c49 0.00 MB 1 0
33,624 33,624 00000000482a2a8388a0f84542235e01e65837bd1ef1b9c57e1df7b89795075a 0.00 MB 1 0
33,623 33,623 00000000335600cb49b7512515803d77c15e1b9c550d94437741028ddfecd29b 0.00 MB 1 0
33,622 33,622 000000002e714783c6aa67c88cd51ec481cc4ed7946ead396940b4fb80db6471 0.00 MB 1 0
33,621 33,621 0000000032e18f61bc4061b76d452e6885f3ac80f3632a1dd7aaf64a6bb3e696 0.00 MB 1 0
33,620 33,620 000000006d35b2c53282f93d59d95c1eea09357943b8b914613d44d7ecf5a587 0.00 MB 1 0
33,619 33,619 000000009e05735ed5f4501a880d87fe0cfb799d3b43aefa1082ad04226a96c2 0.00 MB 1 0
33,618 33,618 00000000acfccee7d30d9152c0e6fac28fb6a2f50fc11993c6b3a7cd6eb60790 0.00 MB 1 0
33,617 33,617 00000000cb75a0d82087a1c1e671f494afdb0a787ea64c2e4cd4280c674b8293 0.00 MB 1 0
33,616 33,616 0000000022bb4de9fe667b88618a9098a8417a02799c3c399828a170f75b6e0d 0.00 MB 1 0
33,615 33,615 000000001e01d286334185d64296b10053a3197d13c42b73fc7aa06dc65bd775 0.00 MB 1 0
33,614 33,614 0000000027f8adac012378a4bc8869f77fbb3aa694c3061e84532fc871d722cd 0.00 MB 1 0
33,613 33,613 00000000baf0f3f9587ff29482e43fd0a284427203dab38a8969fbea440bcf11 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.45 GB sent, 98.50 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.