Memory Pool Memory Pool Refreshing

5,994 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,083 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (761,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,740 146,740 000000000000037d6215848c1aca47ed53a02f0372d403ec3f38d5c57bce5f89 0.02 MB 25 65
146,739 146,739 00000000000006d5207e5e14e0ced2f52816b631136f43f21b685c10461db3f0 0.04 MB 116 151
146,738 146,738 0000000000000354b51a1ca9586e2c95b8f12df239e87ff63a02ad5e88f2310d 0.01 MB 7 31
146,737 146,737 00000000000006352990319ed221cacef95fa39b4efd8a3f00c2d43fc0dcdab5 0.00 MB 6 36
146,736 146,736 000000000000081d0e485f315b7322c48e3e0059bf5f3b127801a2f3f52296ff 0.01 MB 16 252
146,735 146,735 00000000000007a900a4ab8d71ecad1ddfc5ac363ed8016c27a2d5a0fdc6b27d 0.02 MB 39 170
146,734 146,734 0000000000000814797bb59e9d799938aa3f5160fa87e6aa7f4334b1d57d7a51 0.00 MB 3 0
146,733 146,733 00000000000006863c8fde605cf0227552d151ba015a61693194b5defb59bd23 0.01 MB 26 117
146,732 146,732 00000000000005f102549289d0699578b6de81bde547c29f9d2bf6f5fa068a5a 0.01 MB 18 378
146,731 146,731 00000000000006e040ce691912eb67a1d63ebf2865ceef75a95d9e3cfe766121 0.03 MB 102 194
146,730 146,730 000000000000090e957b049cb15162e21028a51d22e4f53395b6e20b5ca4ea41 0.03 MB 71 127
146,729 146,729 00000000000001f6ea7e46ef99e5d47434acf650601d3d32fe5a8783efa576e7 0.05 MB 102 340
146,728 146,728 00000000000008a49def73cd864003fd8af28a57c143700a901022626708d150 0.04 MB 132 201
146,727 146,727 00000000000008b640945244c2deaa6122ef4c1d0c73006795cc2dacf440f892 0.00 MB 5 100
146,726 146,726 00000000000000c6448a0e39feedd8304bce9879eab3cb10cd29402960e1b65e 0.00 MB 3 114
146,725 146,725 000000000000079d40a595cc077287a28ea5d106e49939bc2214578434e069a9 0.02 MB 40 199
146,724 146,724 00000000000007f3ba058be5d470c9e12e933496a711ef34807c796181042b53 0.05 MB 44 62
146,723 146,723 000000000000023900f6aa58a2964aa9e1a4f3f3682f5cb12165ba8e11377984 0.00 MB 12 0
146,722 146,722 00000000000004b0b6b15cea838af47a61b021f507d2219655e21891f9a98115 0.01 MB 34 301
146,721 146,721 0000000000000851ba2601159419ef2a3106b49606f05115c9649ceaf1994b9a 0.01 MB 28 351
146,720 146,720 000000000000010938c08ed04ad922136f983fd833d768827483011396404d1e 0.02 MB 65 139
Previous 10 blocks ↓
Total Size: 769.23 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,634.72 GB sent, 94.06 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.