Memory Pool Memory Pool Refreshing

6,638 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,950 (774,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,186 133,186 00000000000000dbfcbbe1399e50044b9d4f592547fd67f60e3dc7bceb5d674c 0.08 MB 128 255
133,185 133,185 0000000000000255b499072ea4dd967dd17ef07809fa4bf2b23fa114e4317ced 0.05 MB 57 128
133,184 133,184 000000000000038ea069d75dca5ded23e35c8a7cf0b03bebda70c8df8a9f4a4e 0.03 MB 63 587
133,183 133,183 0000000000000b8f72992121b43f7bacaaaaee8d3de3110865a216dfbe14416a 0.00 MB 13 603
133,182 133,182 0000000000000348552a2a83eb8906d552cdac356b4655b6ed8c20d673053491 0.05 MB 129 546
133,181 133,181 00000000000007d81b78a2a873edc103f838e033424e8f32c0afb0cdba0b95df 0.00 MB 11 348
133,180 133,180 00000000000006bd70a07d70fb3f33ab0f98c7bbf1bf586dbfc63f0ce64de2a5 0.01 MB 14 470
133,179 133,179 000000000000037aa7c80b91f8e4933ea1e3eea0c4634e9e3ac6e746c6e93547 0.05 MB 74 178
133,178 133,178 000000000000041f8e8ab73f1426ee605bfa31ed8e238e8963bf5d617c738b57 0.00 MB 13 956
133,177 133,177 000000000000082a19700d3d18050e3cdc7375803aed2f66be5e440547872829 0.06 MB 112 646
133,176 133,176 000000000000028b3c88a2744b602f86ddf9a5ed250c661ad83519b6e198238b 0.02 MB 42 380
133,175 133,175 000000000000029b396609eae55cca7d79997fae03e1a8363bf85c8128841b04 0.02 MB 75 180
133,174 133,174 00000000000002bb8edfce2f700159d93e6f85dda03ade3a2ef4dbf85775a89c 0.02 MB 49 486
133,173 133,173 0000000000000936e0685ae70cbf798ff9824dd288ab69032077eb72688f3d08 0.02 MB 30 193
133,172 133,172 00000000000006bfc44bbefc952400e241ad3582b2518eb6916adb276a59dcfb 0.01 MB 23 8
133,171 133,171 00000000000005aaea9a69ff09943e5321f4b7297dc8ed4aff9e8688a236293f 0.00 MB 11 328
133,170 133,170 00000000000001ffd96cb7717e9cd11b6abc6a9c6d0f9b6ee3a8640cf3b1bca3 0.02 MB 44 753
133,169 133,169 000000000000011b61ca0b46a1b9fa72fadb2c66f650fbfd1b92cf3e062c662a 0.00 MB 12 612
133,168 133,168 000000000000068e882e9cc963227f774196dc8e3d385f8e7c42a23fd77eeea0 0.01 MB 34 712
133,167 133,167 00000000000003fc392bab7a327a019fce4b48c98d5bc4b0d8d20f6e21e4ce1f 0.05 MB 171 148
133,166 133,166 00000000000006d23cb3510ff8619fa388650d214fff43555901da86575fd9ef 0.03 MB 45 965
Previous 10 blocks ↓
Total Size: 769.45 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,646.04 GB sent, 95.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.