Memory Pool Memory Pool Refreshing

3,958 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (673,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,628 234,628 000000000000004d4d2b3a7421186db4740c5f9d226d01e06f8acba01439c357 0.25 MB 378 106
234,627 234,627 0000000000000053bf47120e5f850a0aca21983965e206dc8ae0c06d2b80dc11 0.07 MB 147 88
234,626 234,626 00000000000000009572eedcc2a9c784220f052499298f262ef25d4291888f0c 0.01 MB 25 194
234,625 234,625 000000000000013f808067c62ff7de54275731d9acad727006a4699b15c928d0 0.07 MB 150 155
234,624 234,624 00000000000000faea7ae8a2e61f5245b0cafea621eef6f2300b3f01fa439f59 0.15 MB 234 125
234,623 234,623 000000000000017294b53b4a9ac5d48ce9fce048a36937613a8676420c96f3db 0.15 MB 279 126
234,622 234,622 00000000000000f5f9e08c498e42af18f8af7b98599c0f4c1d83f3e54fdf2ebf 0.24 MB 438 131
234,621 234,621 00000000000000525a06c9d87594f2c87e5b5e972693d6bcfc5c65fde07671c2 0.10 MB 226 172
234,620 234,620 000000000000004f4555cee407ce3ca7143b28ae90746da960462ff408ab5333 0.03 MB 58 145
234,619 234,619 00000000000001037b6482cb2d9cb39a57f3267750892f63615300f24cadb838 0.05 MB 97 174
234,618 234,618 0000000000000174130e2c5d68a9c419d3c7736b3c5ffb7631fe4eb833650304 0.12 MB 282 254
234,617 234,617 00000000000000eb3593c64c2fd027f6a4cf9f97707e74825ab5dbfff734f5cc 0.15 MB 190 93
234,616 234,616 000000000000008504e8bc794b28c9a0792028c65d3be290a8c96a7771952be1 0.15 MB 214 108
234,615 234,615 000000000000011e206d7ccf1408bca158fc4b63b93f35d1babfdd19f05be520 0.25 MB 95 19
234,614 234,614 000000000000019bbeab933702bf23b907fcca9a808d7ba88e0cf948fa83bde2 0.21 MB 432 145
234,613 234,613 000000000000012fb0d9b491549aeac65fa0a18b0207bf2a6ad71b5fe6fb3f7d 0.16 MB 340 168
234,612 234,612 0000000000000002adb54b3cb6ea4ebbf96951316a7d8337ca279d405a3f0b92 0.31 MB 543 122
234,611 234,611 00000000000001a27f091d4ba35d3c8153bcd44771ce46f2b1de54145c53f08b 0.25 MB 708 186
234,610 234,610 000000000000004a1057e233b1df400849d3a0071cfb72c5ada3569b3ede461a 0.09 MB 131 112
234,609 234,609 0000000000000071ac015f9ed4a6219fccba5a5c4809465dc3d0dde0ec3167af 0.19 MB 498 127
234,608 234,608 0000000000000068d8979160a4091f101965a7b522eda91f6192e7779cfacd42 0.16 MB 390 177
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.30 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.