Memory Pool Memory Pool Refreshing

11,582 transactions
4.84 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,900 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (640,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,933 266,933 0000000000000005c3b25cd5336039b13fadfe07b1c8a2c62f7e84ee4b7f26c7 0.24 MB 512 76
266,932 266,932 0000000000000004a9c54c72b01b8d55d35c0939317dacac2877223b072991b1 0.20 MB 436 100
266,931 266,931 0000000000000007c675f8f818ae66c01779047270d8e66b2f3901e18cd6c2c3 0.25 MB 532 88
266,930 266,930 0000000000000009e178af84382dbce317fd960f53b0edf0bf17f41b7840bd38 0.02 MB 48 60
266,929 266,929 0000000000000001780ddf95f1a6676530cffe4afba3d82174b0a7d36e78a22a 0.02 MB 28 19
266,928 266,928 0000000000000009646a8c28fd9afd1daf22c385ce3e7904b7d0790dab66e63d 0.11 MB 273 72
266,927 266,927 00000000000000068d4e180c2114231b87738e7d7e05e9090b4ee7998c57b36b 0.13 MB 264 69
266,926 266,926 0000000000000000e0ec8260505f92a1d3e2cbfd04e36e9b539e6e76ca999ca5 0.17 MB 389 91
266,925 266,925 000000000000000793b6d10e1edd36476f95cf6126ea26fa4c09e23277c5700e 0.18 MB 372 68
266,924 266,924 00000000000000071559275943685f921a9641ff12888bbefd39f5e7b77c0f35 0.15 MB 362 96
266,923 266,923 0000000000000002ad35c23025d678858eb013dcb48999be044f0ae110fd40b1 0.12 MB 257 88
266,922 266,922 0000000000000000fe6d45545f96d703103dba747dbcb7cce2b565ea41dfcb74 0.10 MB 148 26
266,921 266,921 0000000000000003fe49c15b1015aeb60f27b790a1924a3302e521c4ac16eac9 0.25 MB 605 110
266,920 266,920 000000000000000817a8e4f961776118f7ac0cbcafbc3ea77063dde902043aa6 0.23 MB 535 93
266,919 266,919 00000000000000075ba3d1af74bcf0335a4185e021a381cd6b5977c8b4fe3f52 0.02 MB 34 113
266,918 266,918 000000000000000115f3765e6fd3bf3dc870c44e37b97d5d4f164b98e8ee3067 0.04 MB 86 85
266,917 266,917 00000000000000018b2e187cf7da502c75c1c1b13a8bd248e0a21f06d6dc9005 0.12 MB 185 44
266,916 266,916 0000000000000009480a35fc166d0a0ee9e647be77225cc29d9e522391212a7b 0.05 MB 112 63
266,915 266,915 000000000000000a9834e707d31d72db84b5ab7bc05db84b8ed83e6e4fa8f6e6 0.08 MB 176 45
266,914 266,914 000000000000000650df5d8f4da3fb66c8ef7f85c7db96fc65f979451347a84d 0.01 MB 16 32
266,913 266,913 0000000000000003ba7c68f9b988d6087b5240d71e1cd53d41df96af5b80117c 0.21 MB 322 64
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.