Memory Pool Memory Pool Refreshing

660 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (646,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,466 261,466 0000000000000010515f38bb310d75550b7b44bf6155522b2535cb6d48ed42e7 0.15 MB 137 27
261,465 261,465 000000000000001c01a2f29a59f25023700b4d0924c7efde596cdef76347acff 0.15 MB 239 84
261,464 261,464 0000000000000013182c43722e190046905f3de43174c2798a18f784c2b57bf4 0.18 MB 452 147
261,463 261,463 000000000000000dfe6498c7f635115bd270bf45d58f531ca09c9cf4b2b9b948 0.16 MB 386 67
261,462 261,462 000000000000000a2b418085630e3294de6a8d672e93befbfb3ab4bc1c302f9c 0.20 MB 567 154
261,461 261,461 000000000000001a849f50c9ac539d295071deaf6d6e24b6e8d1c7856c4fdb0f 0.05 MB 115 138
261,460 261,460 0000000000000011281e473dc5da50b772eb972c689741a99c576eaeaac7895d 0.04 MB 73 65
261,459 261,459 00000000000000062e39ffc8ca71f6059c861e249b1ef57fd878bf538648d93b 0.08 MB 219 129
261,458 261,458 0000000000000011f54a582d1552b54e389b143844dc14ba84c55a6360d10d20 0.01 MB 16 13
261,457 261,457 00000000000000192241e187ce264a2d7cf9997731c26c7775d7e9227617fc1c 0.27 MB 790 109
261,456 261,456 0000000000000003d9a1ac11756bc1c6a8c43fd37f16821710d7237b10c6b802 0.05 MB 119 70
261,455 261,455 000000000000000c57b3d91a88482635c8e285b35c0b0404566bf06263e9bcac 0.15 MB 383 139
261,454 261,454 000000000000001136b39891ddf04b54a38a752fdd7f6dfc9cdddb1f6bc87256 0.02 MB 19 44
261,453 261,453 00000000000000060d856091d616f958b107218189f58970d6d106b4c3d2a2c6 0.02 MB 48 81
261,452 261,452 0000000000000001860af01094d69709852bf559b022efe869d0bbe23ebf118d 0.07 MB 183 115
261,451 261,451 000000000000000f332d66eeb45d68b7ba8fb672c83a595b59c11ed662c98541 0.08 MB 195 173
261,450 261,450 0000000000000001591f6fb0364dbfa412a4f7cf062cf21ccdd7662ffe6a99cb 0.21 MB 541 125
261,449 261,449 000000000000000e0f4a2c30253be3d68287d443d78ba4f62ab9bba70eb5d525 0.13 MB 327 105
261,448 261,448 000000000000001bdeabbf6b329a98250a5103d369f1e7938dd01a978cd0bb21 0.03 MB 26 28
261,447 261,447 000000000000000e7461d6dfec1f314a23694805b3996b7f6cd9e4e397f4b9d3 0.25 MB 328 55
261,446 261,446 0000000000000007fdbef050541031f6630e447f213e30a02d5284e2c1566863 0.24 MB 414 85
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.