Memory Pool Memory Pool Refreshing

2,843 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (744,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,466 163,466 0000000000000bd4f03b097912a5bd8404b58c6e73642837ce9f810616076a36 0.01 MB 40 510
163,465 163,465 000000000000065570fdea31262ccfc825f898b28f61ebc8bb1e608ef64c1f75 0.00 MB 2 0
163,464 163,464 000000000000007d040d892e33e86d683f330f33cb81707d83a0caaf2d33fdc6 0.00 MB 10 89
163,463 163,463 0000000000000778ec478363100178ff554eb1bf28c07e26d89003d2d2e954c4 0.02 MB 40 29
163,462 163,462 000000000000002f0ee6993d290c28327063e942fa7a461cb20ca8f8dafa9bb7 0.02 MB 20 58
163,461 163,461 00000000000002a4759a7e4a3cdfd281f2724b04dd77da25d039889f349ab763 0.04 MB 115 27
163,460 163,460 000000000000033297607fc57ff14f4a137784e25d4e761831cb5e9556a1826c 0.03 MB 83 147
163,459 163,459 00000000000003c31d902354992ef5a02c117683bb6dcefbbee539b9f6677bf2 0.02 MB 21 37
163,458 163,458 000000000000060941628a7934a009d569b77e928d2dceb13e27ff80153d300c 0.03 MB 56 128
163,457 163,457 000000000000092c5af71ec8a52ef8873ccfadfd9c44270dfe4d07f63b6a69ec 0.00 MB 14 41
163,456 163,456 000000000000053c1c2f269137797684bbaa1f6112313dceeac290c58fe2cbaf 0.00 MB 8 52
163,455 163,455 000000000000014a759ef5a62e6537d51618fc6863d28732d2759289d8f5da66 0.01 MB 24 1,124
163,454 163,454 00000000000009e066c17c5145c24e186a3bdd4b8b716746ce4fe88bd57a27a5 0.03 MB 86 5
163,453 163,453 00000000000007cbbd79d3f4bdc24a904d5aac1c6cfcfd97de54e5775e5b7256 0.01 MB 18 54
163,452 163,452 0000000000000290c6b9bc2d187c187b3c40db8764965482a66db5a48750b7fa 0.03 MB 63 386
163,451 163,451 000000000000099cdcef155c3372fe6e3432718e666379ccd1de1d8087867933 0.01 MB 25 29
163,450 163,450 0000000000000cab9ef4f1ba53bb2da9c2a8e4c69a95db377ab88263a92ecefe 0.00 MB 11 0
163,449 163,449 00000000000006860d9955af366a7b8e483ef579d5d1104dbf8e83bffa447789 0.00 MB 1 0
163,448 163,448 000000000000047a72be90500cf0d370abde1f7fa3c48c1885316f30cea756bb 0.02 MB 30 22
163,447 163,447 000000000000000453987404436d22cb8692aea0de5a77ff9d491921103c9a03 0.03 MB 50 52
163,446 163,446 0000000000000a3a5f43539474fb0d9d01e1cc6f02a090f5d802d6d0eecb577c 0.01 MB 18 56
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.