Memory Pool Memory Pool Refreshing

2,342 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/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 ago 0.68 vMB 2,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (5,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,846 902,846 0000000000000000000035d3bee250f54e592231d286674040312c870a6543b6 1.78 MB 3,841 1
902,845 902,845 00000000000000000001532ecfaad7441075cf4519f2568e33968ded282b3a63 1.43 MB 2,360 2
902,844 902,844 0000000000000000000089b57261cd3891f02cf781b6962f818133b5f3604cce 1.15 MB 875 2
902,843 902,843 0000000000000000000039f78dd6c3e42c1c8dc78625debcb4f2a5e9ccba3c96 1.56 MB 3,754 4
902,842 902,842 000000000000000000012d27007e3d083ca6e61a92899ecd2ddf12de6fa730de 1.44 MB 2,257 2
902,841 902,841 00000000000000000000b2616e89327667851791adc9e6741555b7b548affa68 1.57 MB 3,444 4
902,840 902,840 00000000000000000001c5bfa8cfd3d1ae4b80ba2f5577c4897314acfa8aee66 1.62 MB 3,963 4
902,839 902,839 000000000000000000015ee9f044b8ebaca8bebf7d17323a4656067565308d63 1.62 MB 3,760 5
902,838 902,838 000000000000000000000d54650f8f226b6625279c29ec1fd05cb9a40fc22fe5 1.56 MB 3,560 5
902,837 902,837 0000000000000000000004e36ece4b4fa8c11262e084f2e203937a6cd9c9f594 1.48 MB 3,609 13
902,836 902,836 00000000000000000000f332893549d15a7ffa27ea751623cab092d2d970ca76 0.00 MB 1 0
902,835 902,835 000000000000000000020f71df982165491d8eacfad2898553c9652572c1a9f7 1.68 MB 4,098 1
902,834 902,834 00000000000000000002161eef73cbe645f28535e5a6d2f97ae66e7dbb7d413c 1.76 MB 4,947 1
902,833 902,833 000000000000000000017562fc4f9b82f153b3016fbd35a9c0eae70b27ecd322 1.59 MB 3,178 10
902,832 902,832 00000000000000000000ed851c59c7f0df0c153955bd99e51c179ddfa689397c 1.65 MB 4,349 2
902,831 902,831 00000000000000000001eacbd4c93405c037ede831d780ed9f406cdb3326fcdc 1.51 MB 3,338 3
902,830 902,830 00000000000000000000ce9d9469393aa0edc3e2dcb0a543cf62c71a85d4c01c 2.04 MB 1,681 1
902,829 902,829 000000000000000000007bd893a54b21cf818767a6534b81573a338c95a173b8 1.68 MB 4,003 2
902,828 902,828 00000000000000000001f1f1e35bdd01fda4c557f3d49060c14ae64b81b9cbcd 2.00 MB 2,332 1
902,827 902,827 0000000000000000000225fb2d74b12c66a531286e87759002dd5515769ef3cc 1.85 MB 5,272 1
902,826 902,826 000000000000000000019979aff109729b2861e79f3c7d4ccb10a870e30ab8ac 1.77 MB 4,361 1
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.75 GB sent, 94.47 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.