Memory Pool Memory Pool Refreshing

1,388 transactions
21.08 vMB
Show Random Selection Loading Transactions
Max Size: 85/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,321 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 1,178 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,320 (805,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,010 103,010 000000000002f7bad4a2165d9a192e38279a326c88f220b4da5028c82ddcdc27 0.00 MB 8 0
103,009 103,009 0000000000017e18362d4a63b593cee1847089941a7270ce862a9b58ea94d44d 0.00 MB 3 0
103,008 103,008 000000000002c3aa81fbc5f8a9460b21d76524c31da2f0aeb5814366872b0496 0.00 MB 1 0
103,007 103,007 0000000000022e2f7b39bb3b57350f7fd775b142573f1b169ec6ad46fb22f810 0.00 MB 3 0
103,006 103,006 000000000001290dabf6b96cc2bf11f67687b932dc9acb628c112a3c07a37141 0.00 MB 1 0
103,005 103,005 00000000000292f5f90865ee57cc0afa41807d73246301e53acffb30974c30b0 0.00 MB 2 0
103,004 103,004 0000000000022c110f3e6bae6a975608d6512680cadb9a421f574224779b8c35 0.00 MB 4 0
103,003 103,003 000000000003456117202991973d83bdc7822a88759dcacefbef8c69c19d8cf8 0.00 MB 3 0
103,002 103,002 00000000000028b7fda68492d5d43b76e1fdb0bf03e9e6cd17af9d8b95f85381 0.00 MB 3 0
103,001 103,001 000000000000fe53268d70885be56629754ee905e4632cc22839a05b8cfb0e13 0.00 MB 1 0
103,000 103,000 000000000002de7f6fb9d9b6c03d948a26f31922738b87a658489bd800bcb17d 0.00 MB 1 0
102,999 102,999 000000000002ac4f9310f96b100cc908303b65c186229f1e2322276b779f2fd5 0.00 MB 4 0
102,998 102,998 000000000000b3e9edf945a554527fc5ed4e08cf59c9488addfaa8ec4e4346f1 0.00 MB 1 0
102,997 102,997 0000000000022b100e16e95fb2f5a38bfa0df0ebc05cd00e3cfd185854485b36 0.00 MB 2 0
102,996 102,996 0000000000016a77710f41f694ac86a751e60e8c70518c5f52f632447741aaf8 0.00 MB 6 0
102,995 102,995 0000000000019fff9626e3569321d60b5095c05fd75dff952936a7579be091d7 0.00 MB 1 0
102,994 102,994 000000000000316b259bc06c8ef90aa09b0f2803a6a1a6063c82a43733d7f05d 0.00 MB 3 0
102,993 102,993 0000000000018f385b9895b80f839df61298092e6e11e8c9e44b5b040b3ff054 0.00 MB 3 0
102,992 102,992 000000000001abb99d631d1e6a3016b493d972628b5a75e699c90e0737cfaf1e 0.00 MB 12 352
102,991 102,991 0000000000005f3c762b031ffd385b93348383274e3be506f75a5cc179ba273e 0.00 MB 11 0
102,990 102,990 0000000000007c0ed3930bf7a87776c8d1c8cb7bc1ac9070cb9e2f2e1d8650ff 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 770.24 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,701.06 GB sent, 98.64 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.