Memory Pool Memory Pool Refreshing

7,718 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (777,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,104 130,104 000000000000045f746136b8ae057ec84e7e406cb8c35a3a71d90a39fafb21b8 0.00 MB 3 515
130,103 130,103 0000000000001c78a53fe030496c18cd85184d3b61f01905d80245ee81b74ea9 0.01 MB 28 1,036
130,102 130,102 00000000000016ae806ef7b60cd6be2656997d03016a50516a39efe4da3e3839 0.01 MB 23 753
130,101 130,101 0000000000000501175b0f5f1df03aa3f65b9f269477cec5ef1b8fa8cc1f7c19 0.05 MB 109 1,040
130,100 130,100 0000000000000e756c0e0883337d9dbfdc52a9b3acf6b413f0836e8752a161f0 0.01 MB 25 1,252
130,099 130,099 0000000000001d44949ca8c5b358900a4621175aff30e04a6e7e9c867c728ff5 0.00 MB 11 1,004
130,098 130,098 00000000000004b8cec5462bd401a492d98df810e1e9449e67150075adc9ad9f 0.00 MB 3 3,875
130,097 130,097 00000000000018d54f20378d79493f292f5fd61a492a94b070fd10dec708bf8a 0.02 MB 52 158
130,096 130,096 0000000000000caffb5d6652532f01973f36616ab6dbcfa0310f04e017f66580 0.02 MB 32 66
130,095 130,095 000000000000002aef2b6561d72121295e529cbc8030edc5e1fe35717974e897 0.01 MB 27 2,730
130,094 130,094 0000000000001d4d6f55366cb0557b3a583f0c8e5176999a8796090a0b4eafae 0.05 MB 74 371
130,093 130,093 000000000000170e493b1441123226932dfb69ef96349427021c8f7756473ca8 0.01 MB 13 2,066
130,092 130,092 000000000000176d181dbb7fc81aba4861d5dda8f72e5af025935c6a7f11a947 0.01 MB 16 1,379
130,091 130,091 000000000000076da075ebdd41fc39d514d05d1e5880fd41223419e15dc4e116 0.00 MB 9 483
130,090 130,090 00000000000013291e653001d7a555aeed4c77fd65833f4b6c0627ca8f9ceb0d 0.04 MB 112 274
130,089 130,089 0000000000001697a6f1d3d361ab686de0032f6c275a8d13df69a82d23086d73 0.01 MB 32 725
130,088 130,088 000000000000090b0885638df5311216d14b81da7afff84838e8f7bfa681d8b9 0.03 MB 85 0
130,087 130,087 00000000000001b695b1b2c701144517e15bfb2c0c527697661788f8bc9d3ceb 0.00 MB 17 1,200
130,086 130,086 0000000000000d51c9a52935b2fbbf01f19beda456eb49aa8ed913fc49b87964 0.03 MB 79 1,548
130,085 130,085 00000000000016a03c8916ba8280067272cdb8ea08ef56b8b2f517d9110bc92a 0.03 MB 56 1,034
130,084 130,084 000000000000199913e99724818b37a7bd9f5bfa56fa3bb794ad3b52c59a9e30 0.00 MB 3 3,868
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.