Memory Pool Memory Pool Refreshing

4,215 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (646,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,063 261,063 000000000000000589b653b350eeb443bf7ecc98073bac10b44dbe63c2a7abd3 0.11 MB 262 119
261,062 261,062 000000000000000fa2eb063b9f4982f6a0f81e66ca064dbadbbbf828257559bc 0.10 MB 255 115
261,061 261,061 0000000000000005e09fa2d7e008a21ca5406d93d4a4a0bca1e4a85aa28e6cc9 0.09 MB 264 132
261,060 261,060 0000000000000016704a8bea599fdb1737dba24b969e779cfb5d4225f4782db0 0.10 MB 269 96
261,059 261,059 000000000000000fd1cb3966523a08ebe85dafa917e7ab4a7a8d3f9a5f7eade4 0.11 MB 158 43
261,058 261,058 0000000000000010428b24a4b26f2bb9b76b60aa652ebe1991bde55260301de5 0.10 MB 231 57
261,057 261,057 000000000000000cd43f45f797b337fd12bd8dd60ace1bb92f2a6fd7f12d7550 0.10 MB 240 147
261,056 261,056 000000000000000e6f4895ae2f13a64f139e0a3791245654daa9cf69ccfb391c 0.12 MB 307 118
261,055 261,055 00000000000000022dc8069705acbdb1702858c4c1af48d2c91a6b47b619422a 0.04 MB 102 85
261,054 261,054 0000000000000015f1744700ecd17fcae3b728aa361e36bf0a931569dbd93eb9 0.06 MB 109 70
261,053 261,053 000000000000000cf71e26322c7ccf7b8a586cdab42c22aed2bca5306da57832 0.15 MB 300 104
261,052 261,052 00000000000000133480a5329fbe081a04d3652a9c232d8d91a95e2c87e41b91 0.08 MB 197 109
261,051 261,051 00000000000000136f213d6162685dc2809b2e1b78ca63a74a41fbd44d9964ec 0.07 MB 185 128
261,050 261,050 0000000000000008e8ba86aff991ecdf31738f2bdb4dec23fc281606054093d2 0.07 MB 200 75
261,049 261,049 000000000000000f6a6f6dd24b2410a38fc032d0b333f942a6378f5ec450edba 0.08 MB 202 67
261,048 261,048 0000000000000002de77859855ce32a9dbe9ded790b051950024f013f6fb2422 0.22 MB 538 112
261,047 261,047 00000000000000167a5b256010943c07042c75b8f608ded1399c5569de30da25 0.25 MB 641 141
261,046 261,046 0000000000000019e2768c1b09060ba8e867ef5fb324fff3691e9b06b0745284 0.04 MB 99 70
261,045 261,045 000000000000000f32af1994d8408d5113207ca53e6e57f2ea73699738cf8821 0.18 MB 478 116
261,044 261,044 000000000000000fe752e853f07a93a4be9c96a9aac5438c072ff42e15448a6c 0.09 MB 162 60
261,043 261,043 000000000000000fd6ff3ccc18ecc13c85ea02199d3f15ead97efc384aa8d29e 0.25 MB 605 116
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.