Memory Pool Memory Pool Refreshing

1,413 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,413 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (726,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,525 181,525 0000000000000933a3c349d1b7482ec1f2397668237681a853d4b5c2e9b64aa0 0.08 MB 144 105
181,524 181,524 00000000000007502f4c67aae2cf2d0906883a63c6598d7084a6dca2f851d08a 0.05 MB 124 72
181,523 181,523 00000000000008c1e7563806e01cad210498083b81d81e4a63a075c0cc1bafd0 0.42 MB 1,123 171
181,522 181,522 00000000000007589ea05681e11f0955c659542fb35c4b01c65713d37e27c0c9 0.28 MB 579 170
181,521 181,521 00000000000007afe6709d24118fc8335b5b54a3d42d5e213e625a39187a93cf 0.05 MB 122 74
181,520 181,520 000000000000046de26e2bdf9d4586c337e5ded994ec067cc7ec08b5e6c7652f 0.22 MB 508 157
181,519 181,519 00000000000005a4b5c375566e967ba7ca8c3ef80e190697770fa300bf030281 0.25 MB 487 135
181,518 181,518 00000000000000932258848304b5c4169d221ed391686f0311a5d30dd286c5a6 0.05 MB 139 66
181,517 181,517 00000000000007b8f8d50a468b6414888b27de304ee199ac60474f298ea4a426 0.23 MB 542 149
181,516 181,516 0000000000000154f63fd568e87972917a067f3bdf75996d519fe4567a59248a 0.00 MB 11 53
181,515 181,515 00000000000007a325f240e95911241604d4e5cc688ea1dc559b87c18c6b87d5 0.05 MB 146 303
181,514 181,514 0000000000000973fc2af34b460cc9a9170f58d83e9f252a78a7511512d42922 0.05 MB 105 132
181,513 181,513 00000000000004c98d692b665ca420edbbc1c508d3eb15e0be856ee183fa94d5 0.20 MB 441 121
181,512 181,512 0000000000000642d92e6f868dace2ac49f8df925bb4cf7197a784d621b06c64 0.08 MB 113 77
181,511 181,511 000000000000008d4d8f2097567265308fec456382594467889bc7b7be33db55 0.25 MB 566 125
181,510 181,510 00000000000008662bf72a97a6eb5d8d95b0c036c8a3c8b95a6440d6c1c2b347 0.25 MB 645 136
181,509 181,509 00000000000001c1350d362373401f056dbccc9704828d7f5d61b9c3e4b4effb 0.30 MB 798 190
181,508 181,508 00000000000002c112d63a87191ac91744e012e9ad992fe78294b9e27773c9d1 0.05 MB 154 147
181,507 181,507 00000000000007f2de664b1bf18d84db2500c25d00b7a8be82d60dc4bcab459a 0.05 MB 138 79
181,506 181,506 00000000000007ccc7397eef0d87b17579c0b25249c1e3f0407a259e83a095b1 0.04 MB 71 168
181,505 181,505 000000000000046ca000ecc6a6531ace86d961db583e4eb2a43b941f63588f15 0.06 MB 128 113
Previous 10 blocks ↓
Total Size: 769.28 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,635.51 GB sent, 94.31 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.