Memory Pool Memory Pool Refreshing

5,975 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,686 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,685 (903,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,288 5,288 00000000fb24bae51783091ab736aa5a71c6a87fa1e44816236e9a6e97f8dee0 0.00 MB 1 0
5,287 5,287 000000006dcc7b6f3aabef0115fed3a5f7686157f6827a8e1d246cedc9e6c387 0.00 MB 1 0
5,286 5,286 000000005c9912b5b1fb72d43e990d730e8826dd1629d33214cbc74828eab8f4 0.00 MB 1 0
5,285 5,285 0000000041b04aa7c4de065196858b0cb9fce59b3d36b438e59043bba4c68ab3 0.00 MB 1 0
5,284 5,284 000000008d4c1547c65043606c7e22c2630dd66a078e77e1b0e9cf70dfa95ef3 0.00 MB 1 0
5,283 5,283 00000000b049cef6b1ebe0d1ecdd2465d6907a68d35e9c086a0974b73c2afef9 0.00 MB 1 0
5,282 5,282 00000000156b3896b33dd7c76f41cfd32187c877665be9371d3a8d20281fa9f1 0.00 MB 1 0
5,281 5,281 000000008e56e943232a31c8c685b1911ceb99f8923dad3f56cf3ca0601a4b94 0.00 MB 1 0
5,280 5,280 00000000f7eee1b588e0acb92963ea2d83c29d964133e379b94489803af89b7d 0.00 MB 1 0
5,279 5,279 00000000cb2c04f9b7cb34fbc68e839b917d50d28ee129591af4edad6254a8eb 0.00 MB 1 0
5,278 5,278 000000003d93032bb085e3e74aa574a2bad9d19444f85a60aa17436999d87a0f 0.00 MB 1 0
5,277 5,277 00000000ed0b20b4c9cc4e4546ccb88aff1402d39d77d4421ce238a72ddbb9d2 0.00 MB 1 0
5,276 5,276 00000000d7e322dff76eb78f0b0a3683f6acdeda5e0b8d176bdea7a37ce7744b 0.00 MB 1 0
5,275 5,275 0000000037a08f8c588abe7b15e7af8f57446d78c4c72f1332b34d645502ec42 0.00 MB 1 0
5,274 5,274 00000000f2eafaea8cd71855ad7ca21ada8c0e881cf16d9cd505fbd826655ace 0.00 MB 1 0
5,273 5,273 000000005bef32962166bb02025ce41132d5cbe5a80c5d53c45b3fb45814fd06 0.00 MB 1 0
5,272 5,272 0000000036f75ba422b327c6cf6dc8e649f66f4c0bbde53df199bb9b1b717998 0.00 MB 1 0
5,271 5,271 0000000008adf19edf3f8ab3c717706ca45ac51cdf4a0d055e9fbc328ee0dd2c 0.00 MB 1 0
5,270 5,270 00000000982341293a508a7c464f238fd8a6a9187dec0531cb9aabbe2f2a3118 0.00 MB 1 0
5,269 5,269 00000000c1408749bfd1d2c8f5c4a95f7671bd209b5a1e2b2c7fcef37afa7bb2 0.00 MB 1 0
5,268 5,268 000000009972e6730c5f971f0b88a2a7702d240ebe1042f4cc77d65ab16bb47c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,853.99 GB sent, 101.83 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.