Memory Pool Memory Pool Refreshing

1,042 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,022 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (697,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,301 210,301 000000000000016458ef124462c387d497442fbb1cd30cde9926f2ced1c33455 0.08 MB 125 115
210,300 210,300 0000000000000410d3263e7355f09a892ea7ab049bb1c1cf8625270cb82e51bc 0.24 MB 576 181
210,299 210,299 00000000000004607751a72662e08737ffbb5dcd1940a01556bcc44739c992af 0.05 MB 124 20
210,298 210,298 000000000000048372fa437b483970eb390084091887f7df2a4a37a3cea818fc 0.26 MB 473 189
210,297 210,297 00000000000003e5b4ca6549fa2012f3106e8e9958a750f662849ed301ff1491 0.00 MB 9 82
210,296 210,296 00000000000003bbfd5962b43d166d8091d15d05ec20ac10bffe6a9530eef3d0 0.00 MB 6 166
210,295 210,295 0000000000000118a0ae21bf589f2858297b3b4d1129233d727a89f6ecec8e7a 0.32 MB 592 122
210,294 210,294 00000000000000a582c9ac8b0b2cf0e15d6faa4d9e8c72d1e37501f9ce8ed28a 0.07 MB 158 119
210,293 210,293 00000000000001e30814c48a56c8e51c61a6d83617dcaab3602d2099a5163a37 0.12 MB 287 179
210,292 210,292 00000000000003fb4506a335765841d7ad013ff721ce82ff7b05f20848d730a5 0.10 MB 151 120
210,291 210,291 00000000000002dd343bddf575d608fb8aa367981d31d88eaec30055fd05ce29 0.10 MB 156 77
210,290 210,290 0000000000000207549b461347cd2ecc9a7914ae8fe3fdcdaf4c446b5a8f614a 0.20 MB 474 188
210,289 210,289 00000000000001cdf7d42d2db8d9ebf57cf92344c258ec54279b2d4db2f0f59c 0.00 MB 7 36
210,288 210,288 00000000000001d0fba82dee2245addbb8dfb4a5ab56eeef16049e1e0a0291ad 0.03 MB 82 169
210,287 210,287 00000000000000060a2a8415812a558fc22b94d73fecd6a3c6eb6ca6dec6d374 0.09 MB 202 128
210,286 210,286 00000000000004a3062e81cb54d80a5efcf133227c0d062b2bd6dd56127209e4 0.15 MB 327 244
210,285 210,285 00000000000002b61124139701066418ab701d57aff2fe0973619e8e4f700b94 0.20 MB 477 166
210,284 210,284 000000000000015292f9e36ca6d372796673ad1ccd669f4604253588fd000134 0.10 MB 261 215
210,283 210,283 0000000000000029324b1183a8d16eab78a0f1751b2eab72d95ea4639b0af71e 0.20 MB 399 162
210,282 210,282 00000000000000614d3350d0e1c7a57fda4acfd5d8d549ef0d58444fa13de05c 0.10 MB 257 177
210,281 210,281 000000000000045c8af67e35b58d33f5053ba3a9a0018f85e870da78a0753ee7 0.19 MB 335 134
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.