Memory Pool Memory Pool Refreshing

8,628 transactions
3.09 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (102,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,297 805,297 000000000000000000016e0262618696b2d96e49a4d9ee19e971a79b5768878e 1.53 MB 2,793 14
805,296 805,296 00000000000000000003f49e588f0bce8d06d96763f7cfe6d588a220f44fba31 1.76 MB 4,637 10
805,295 805,295 00000000000000000004895ed45eb46c59b0f8ea6549ee8efe10504ffdb328a6 1.71 MB 4,133 11
805,294 805,294 00000000000000000000bb81deec21d32fe1ca2aaa1f3b95d0201a49287af8ad 1.97 MB 5,880 6
805,293 805,293 000000000000000000011a43d8f26aa71d53665d2352923b43e7846c247309c2 1.87 MB 5,269 9
805,292 805,292 000000000000000000031136659e6865b21af22671b1ee2482fd750f657ac738 1.65 MB 4,058 7
805,291 805,291 00000000000000000002e444dce7d3a203b243f4f5dee973c1b898c4e7770570 1.49 MB 3,094 8
805,290 805,290 000000000000000000020c2ec3c6495b3daaac76d6bf7e392e42dc1d4e22e96e 2.12 MB 6,300 6
805,289 805,289 000000000000000000007e7a1cbd3b455b578fb80744207b9cd3a3d95de986b4 1.63 MB 2,544 13
805,288 805,288 00000000000000000000fac121d8581d0d80b1d39e9fe3492449065deeb69bad 1.46 MB 1,813 8
805,287 805,287 00000000000000000001b7b30ca6e8cebb04216c2421e2edf57511c58effd24c 1.56 MB 1,953 12
805,286 805,286 00000000000000000002008e1c22c567eca9b5931a271da4baf7156cd4ce91cb 1.44 MB 2,690 17
805,285 805,285 00000000000000000003ed1d59f5fc170000d9584dbfecbd5f64a8afe399309f 1.47 MB 2,519 12
805,284 805,284 00000000000000000000e6a5baf3cb9489eb8a407ce1acb5a8ffc892fe320c90 1.85 MB 4,517 8
805,283 805,283 00000000000000000004460b8ec7723f60e85a99bdf21c379e31dc8d9e822df2 1.37 MB 2,103 13
805,282 805,282 00000000000000000000a2fdd81e79e7fe0a7f3ce57679178606cd9c70bc4af6 1.86 MB 4,890 9
805,281 805,281 00000000000000000001cd5a8c53e449ec255765000761202c77239fbd6bb6a1 1.76 MB 3,561 8
805,280 805,280 00000000000000000003c5088e6fd2ab3df46b1914c667de8109b7febf17a786 1.56 MB 3,356 19
805,279 805,279 00000000000000000003b38cb74b82c4f9cc766a15c6526e04a982e56bc444ca 1.60 MB 2,701 9
805,278 805,278 00000000000000000000584136b91bd366aef5c7048311f8b238149149a98bf4 2.43 MB 2,811 9
805,277 805,277 000000000000000000003970f79c5303714da75bd1bd60600ef3489ef48cf4e0 3.81 MB 277 7
Previous 10 blocks ↓
Total Size: 769.13 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.71 GB sent, 93.57 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.