Memory Pool Memory Pool Refreshing

7,965 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (168,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
739,309 739,309 00000000000000000007d5a9e673aeb03240c2d8ff04910b87aeb99f0177a54d 0.51 MB 1,071 13
739,308 739,308 00000000000000000002d41e8672e3cfb45cc4b2ded48c99f37cc3f53c49ac29 1.02 MB 2,150 13
739,307 739,307 00000000000000000008d6eaa8b79ac18ed6338e987570a878a4a67f84b651c3 1.11 MB 918 3
739,306 739,306 000000000000000000090ea4bf4dc515c12d80eadc20eeddd94db28ce6c4cafa 1.56 MB 3,062 13
739,305 739,305 000000000000000000090d22862751d94b1d0e5d78b8de68748474b9aa301164 1.42 MB 1,799 11
739,304 739,304 00000000000000000002169d2b133e7345ef412fe755350c71375f01826014f5 1.44 MB 2,698 23
739,303 739,303 0000000000000000000345a13e2578ee8372df1a64a097cfb826eefb46747dd3 1.52 MB 1,696 3
739,302 739,302 00000000000000000003e3313530420ed1f8f487a5305e42d39a536b4ecfbd9b 1.55 MB 2,832 17
739,301 739,301 0000000000000000000752b2d3a3d35d05c4d8681c89f2e75a3fd70f7bd36750 1.67 MB 1,970 16
739,300 739,300 00000000000000000002a77fba33a57dff4ac1b61c204769f809f9109a5584e1 1.26 MB 1,648 8
739,299 739,299 000000000000000000081413df3e054e3e37fd89feda96c059cf0ba7748ffd86 1.65 MB 2,378 9
739,298 739,298 00000000000000000002e7f36ac712690a0ee2899786b1f1141934457a4c8cdd 1.61 MB 2,778 3
739,297 739,297 00000000000000000006cfa7e592e30faa3728225733468652706766811c3551 1.48 MB 3,081 18
739,296 739,296 00000000000000000004e1f4e15eb3f1a6e9ee8cb27bbfd6f9dfd0d729d9ac5d 1.65 MB 2,511 6
739,295 739,295 00000000000000000003006377c9bd95de67b1a19bf3219f68b4640140645373 1.50 MB 2,250 18
739,294 739,294 0000000000000000000748c4c811b541b26e5d51547b2fb1a4db9677896c42d4 1.30 MB 1,898 18
739,293 739,293 00000000000000000004df9eaf154e6517341bb8d2d65e8e77f2d4a25c199138 1.62 MB 2,299 14
739,292 739,292 00000000000000000008f5b855f00bc7d0e9ca296d6b5d6a53eb09506285671e 1.49 MB 3,422 22
739,291 739,291 0000000000000000000067457e222825834f213c465faea85aa0855950fb1d9e 1.59 MB 2,438 13
739,290 739,290 00000000000000000008ddba6dcfad47d720bec3c9f5fbfe704b773f6bfaf120 1.46 MB 3,542 24
739,289 739,289 00000000000000000008dc1566be2f47f05013b9e8ec68cde49f9027b9856414 0.14 MB 302 11
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.12 GB sent, 94.17 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.