Memory Pool Memory Pool Refreshing

5,848 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,738 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (670,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
237,719 237,719 00000000000000d7e7e5191d9e338c9c74674ce8abcbabcdb13b2ab052b11834 0.18 MB 186 72
237,718 237,718 000000000000008b66dd62d61dde4b234a84e6ac4c5b31daf514b71fb42a1960 0.25 MB 464 141
237,717 237,717 00000000000000987e065f9782a76e5ce1011bca4ecb1fab000a3c4d6ad62978 0.25 MB 687 198
237,716 237,716 00000000000000c4624f4854b1d054ec6bcd05e7011298c19acc31d33ffdb116 0.10 MB 288 240
237,715 237,715 000000000000008cea3b3dd46ab23602dd38fe831be3545ad1b03cc33abe6b52 0.25 MB 238 101
237,714 237,714 0000000000000095d8e9257ea46a9b135a769f967079445b7599d69d4daaae0c 0.25 MB 702 209
237,713 237,713 000000000000008c2e9d5ae6f36895bad9ddb23774990b052cce39440ce761f9 0.12 MB 217 121
237,712 237,712 000000000000010df9b56ec485df6dd7a30baae005400c5d07c5ecd9aa0625d9 0.16 MB 349 184
237,711 237,711 00000000000000c09b55d69ad64f0cb121c3c1cca99f37594d27b5f616e08e1b 0.19 MB 335 130
237,710 237,710 00000000000000081b362a8b146425ffd255d39e4d6c40910ffb5e8b631a36e0 0.24 MB 489 167
237,709 237,709 000000000000014fc110ced61ecd64e7c637980a29d251d600a784b8de7f2410 0.25 MB 262 83
237,708 237,708 000000000000014cbecfc2c97682734aa501cea261cbec63115b4e1a41e0b206 0.25 MB 721 211
237,707 237,707 00000000000000bcec818f131094a599cdfd815dec3c5080ee46d885836aa2d3 0.08 MB 147 146
237,706 237,706 000000000000004c81d150ad19ef4aac14ac72fb2a8efed6216e10ec8256a8fe 0.18 MB 197 39
237,705 237,705 000000000000016ba8e4c6f60c89f86c3a021a3b95c25b4907dcc39a2cc75fdb 0.06 MB 100 84
237,704 237,704 000000000000015ece0130d3768c2ae2e7f51e2dd81dfff70defe5932a895e2b 0.13 MB 113 89
237,703 237,703 00000000000000259aa29d96f07606bc4ebd7810cb4a3ba9c365872c06ebbdcb 0.23 MB 427 147
237,702 237,702 000000000000009159e89e517e02c83a71589c73e115d62b35c0b6bbb630d035 0.25 MB 267 92
237,701 237,701 000000000000007a3fe7760d1ce3b47987f007c4b55ad2eced16d0ceb42f7d18 0.25 MB 277 79
237,700 237,700 00000000000000604d2d03562c4fb3758cba6b1366155a760307c3e7605407b9 0.25 MB 553 152
237,699 237,699 0000000000000077cd75693a53a898d91e68a970b3eb2f30fe5851a1098d561b 0.25 MB 682 190
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.84 GB sent, 93.05 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.