Memory Pool Memory Pool Refreshing

3,538 transactions
2.60 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,549 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (202,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
705,073 705,073 0000000000000000000d601a427d42a3faae729280131941be267cf1f1c59a4f 1.43 MB 2,745 27
705,072 705,072 00000000000000000008bea197df6809da85b0a8bfdc56252c3b606607b00230 1.35 MB 1,421 16
705,071 705,071 00000000000000000006eb012718965d59f909a3f2323a8a2a0fa1588c845aa9 1.40 MB 1,695 21
705,070 705,070 0000000000000000000cc32fb9b08c7ed1ac40358dc2887cde970018d29c23ea 0.50 MB 702 5
705,069 705,069 0000000000000000000cd45c0482c4d223954d13de20b497022bb3ae25ffe03f 1.45 MB 2,664 10
705,068 705,068 00000000000000000009270e86c3231b31a3117c395c8e2a8b63646d7e1da012 1.39 MB 2,416 22
705,067 705,067 0000000000000000000a9e6f56ad783bae2de0790060b15340d41119ff40dc7c 1.02 MB 1,348 11
705,066 705,066 000000000000000000050c660389d330b4406696984ae710b5fd89d5a0f7e09b 1.02 MB 1,295 15
705,065 705,065 0000000000000000000c37623a1d69ffdceb832088f2605677c29d92fe8b7f4a 0.28 MB 374 10
705,064 705,064 00000000000000000006af07168db789f052a042df448da8d058e32d7b41ad22 0.81 MB 1,017 4
705,063 705,063 0000000000000000000606f930cb1c01e5c4ab4fdfb981cac6909442133a4f06 1.51 MB 2,330 9
705,062 705,062 0000000000000000000081022db00e7b09deafd27619146172dd6aef874758f5 1.53 MB 1,783 7
705,061 705,061 00000000000000000006ed60d6a4068cd3007b8f9362d8366cf7b9f2ac71018b 1.46 MB 2,318 20
705,060 705,060 000000000000000000080b5adf4cd4082cf77ba492f08afb329a7db932b8e116 1.27 MB 793 9
705,059 705,059 00000000000000000003a3a0a173389a8149f9c52c2269611a0f4d6817a72e8d 1.37 MB 1,402 10
705,058 705,058 0000000000000000000df1e426373db4cce346759574922d8e5f45f4a4882572 1.53 MB 2,242 16
705,057 705,057 000000000000000000041487fec0238bfb9150bdd2a43aa6cbb9a7625a4ddebc 1.71 MB 960 22
705,056 705,056 00000000000000000009aaaea759043a246b7327cdb90c504c1551aa8550eae3 1.85 MB 325 15
705,055 705,055 0000000000000000000ddce078fb75b14090ad90244ed8b2d21fe004cc52daf7 1.28 MB 1,688 30
705,054 705,054 0000000000000000000e08e3d8a638dfd7be98d4ee04f4feb67f182b99d3d0fa 0.75 MB 1,084 12
705,053 705,053 0000000000000000000c81b328c303c115357b60bd2ecc1c20ba8a455f2e9486 0.61 MB 785 15
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.