Memory Pool Memory Pool Refreshing

2,244 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,955 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,225 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,954 (696,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,535 211,535 00000000000000be2f1b409b99e1d0b9280a302a64a11125252281eccf008e21 0.23 MB 464 213
211,534 211,534 0000000000000006f96b1f8025f393c584b59e9f545d8531112101d415d108b9 0.08 MB 178 121
211,533 211,533 000000000000026ef2694da0f67b6fab7144abd0362262258443a7c06842e1e0 0.20 MB 325 123
211,532 211,532 00000000000002826f5d1e889ff927d96b3a08683152ea2b79a0c17d9d841b95 0.26 MB 379 131
211,531 211,531 00000000000003b8a1168147b48f74c9c7f912746a04a2c5497599acd1dceb32 0.19 MB 465 185
211,530 211,530 00000000000002e6c1671b970270495ec819f65e9a799bcdfe9fc1d38e58697e 0.05 MB 123 131
211,529 211,529 000000000000034137b18d837b1ae30dcea1fae7dcec46be7e3ff5fc81e57336 0.05 MB 128 63
211,528 211,528 000000000000048a7916cad960be9d39d9559076c36d33cf438286c4a2b71909 0.25 MB 509 159
211,527 211,527 00000000000000be955551b8f6b08b4a735a1b83e857e6fcc49845ffa30608c2 0.00 MB 5 222
211,526 211,526 00000000000000af033515587528eb8498327500b8826877dc2d3e9fece45167 0.15 MB 364 183
211,525 211,525 0000000000000183a60935234679bf29097487973f6fafbf2bec0f18007e2a25 0.00 MB 12 349
211,524 211,524 00000000000000e1f10c59fe31a6137176d9348be922a595cf80ba2185c83362 0.10 MB 121 94
211,523 211,523 000000000000026a54d21a74cd65cf8470b7ece13320b4c35780976deb626de4 0.06 MB 120 141
211,522 211,522 0000000000000306f57528b38944721d959b0122ad95beaad074d9fda91523fe 0.04 MB 63 120
211,521 211,521 00000000000002de7366cd73b5ce18ff3d64bb04188fe973a27034e9448ac557 0.13 MB 239 157
211,520 211,520 00000000000001f1732f7047b2cfc2aa2f898eb97f42d9f853643fc2636fa842 0.29 MB 567 156
211,519 211,519 000000000000014777acc7b66eedc3d740063597a7b0ba6492fcf5526810434f 0.05 MB 130 118
211,518 211,518 000000000000012d1efa6259b086ca78c045d77a266307fa918472b6962ecd1e 0.13 MB 258 112
211,517 211,517 0000000000000059d3af7fe71455e4cfef69ea750f99429e0b92b762ab1cd654 0.16 MB 312 138
211,516 211,516 00000000000003373aff90e9b9c7f6e98eb1545a052ac50dc92ec7d94c649b2a 0.20 MB 638 289
211,515 211,515 00000000000002e5974638e199dc4202287026eb88d829e9fe639920d10b46b6 0.00 MB 7 150
Previous 10 blocks ↓
Total Size: 769.46 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.17 GB sent, 95.25 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.