Memory Pool Memory Pool Refreshing

3,240 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (44,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,478 863,478 0000000000000000000193b71f5311eb5df5ebcbb2cb24ae3bb915543adb78e1 1.42 MB 3,378 4
863,477 863,477 000000000000000000029041a82146e3432b4c6cc1234893c184c57a20d06449 1.54 MB 3,840 4
863,476 863,476 00000000000000000001abd6ec7a2071608afffd33a116032787473911df041a 1.63 MB 3,391 6
863,475 863,475 00000000000000000000222f6e90a9b67d0ac6c2e0dc800ca860d2343aea574d 1.72 MB 3,962 3
863,474 863,474 00000000000000000001ff0dd6f619d00d0b69e1c9b6a96d8404ab440ec8ac54 1.53 MB 4,171 8
863,473 863,473 00000000000000000002546d6ebe33179037f897b5e0246faec959f879ea7d9c 1.51 MB 3,167 10
863,472 863,472 00000000000000000000712de1134eebf6232181cdf291d1501f5a95dc931d58 1.69 MB 3,608 6
863,471 863,471 0000000000000000000088a4b23cfcb00feadc51a789254feebc22df156744c1 1.81 MB 4,303 3
863,470 863,470 0000000000000000000117cce6ce590dae1b59ca9d2c4d42eca3fd3b933ad0e6 1.76 MB 2,998 5
863,469 863,469 0000000000000000000090fb459bd1d1a5eee68f044dd98e5a8fce0fea0d41cb 1.71 MB 5,537 2
863,468 863,468 00000000000000000001b76458b03d946725f4f99e0c82d07db01f26e96451f0 1.73 MB 2,914 4
863,467 863,467 0000000000000000000198d74cb7f3484d30c10b74a5118c2db9387f3e187c26 1.61 MB 7,426 1
863,466 863,466 000000000000000000009bd344f4bb48fcf27e6de33aa2f267fef5c7ef270157 1.77 MB 4,570 2
863,465 863,465 00000000000000000002c8fe456b4002a97d653515cbc3976cc47d9cb7729a52 1.75 MB 2,752 4
863,464 863,464 000000000000000000010c52f7282e79202aacddd421d1c0b0c32a34c04a619e 1.72 MB 4,321 5
863,463 863,463 00000000000000000000c25f5bf2d0c5defaa92f0367335a56d40ab03f228ba6 1.63 MB 6,184 3
863,462 863,462 00000000000000000001f591b8db089dad8eb3eacf0b9ca466ba5be61f1caf9d 1.66 MB 5,540 3
863,461 863,461 0000000000000000000313777631cd0a7400618e75cf9872512946d6a17731c3 1.67 MB 6,728 2
863,460 863,460 00000000000000000001a16cc4d29a925377266a3e4a763a54fbf37527405d0a 1.74 MB 2,710 4
863,459 863,459 0000000000000000000274ce277df5f184ed5dcadbafcc3594196f9adade9db6 1.55 MB 2,721 2
863,458 863,458 000000000000000000004dec9f645fad1911a872294c90b45299bbb53ad85b09 1.50 MB 2,814 8
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.