Memory Pool Memory Pool Refreshing

1,958 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,958 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (774,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,833 133,833 00000000000006363b75ceafcd9545f73ec2d127d39d39eab98ce8355a0b07a4 0.07 MB 120 88
133,832 133,832 000000000000022b860907a023d2e861ec9c2facab75d5d99c77537752883d07 0.03 MB 70 37
133,831 133,831 000000000000016f30b753932bdf35ff0a1c733cb81be8f8e30843761999bb3c 0.01 MB 21 1,900
133,830 133,830 0000000000000a05d5f35a3f3ef83a588d664dc79e50c6d6cb758466fe4aed6b 0.01 MB 23 1,517
133,829 133,829 00000000000009ca0988a8d3d5d58b01d30bba9476767a80140df47be8f36ae5 0.03 MB 100 55
133,828 133,828 00000000000009946a8eb03c4e16dc55e1c09a4fb9810a321c464a6da274ea1f 0.01 MB 28 709
133,827 133,827 000000000000068b9d65cfd6a723b35d3f05e4dd2230a1acce002c3153686bd4 0.00 MB 9 17
133,826 133,826 000000000000017ae485e2e231a875559c2c70a3976dd48ef6b360ac65cc5622 0.00 MB 6 282
133,825 133,825 000000000000081cc30eb4b9c9b437c74d6c7db7a67664bf2c38deaa5c8e48fa 0.02 MB 45 251
133,824 133,824 00000000000005171d012e5f2669c75fd99caf09e37856dc3dae704ea06c6220 0.00 MB 3 71
133,823 133,823 000000000000034a825f1031b29957700e7837c60eaffd7664ad61c8c93e12ae 0.02 MB 39 595
133,822 133,822 00000000000009372f354b7b1c693c0fff40065d0511ae89bce68a8ace6fb66f 0.01 MB 2 0
133,821 133,821 00000000000004c58411f2fc1d11c2e6f879aa5571412b42ce7bef8b4e8dc9b5 0.01 MB 15 586
133,820 133,820 00000000000002e7560e453929546d672db261ef50b787ab2db3a84f9e9a542d 0.00 MB 1 0
133,819 133,819 0000000000000974e1a4c85f899317eac655ad9b7116414edf153e4f3e2d62d1 0.01 MB 27 374
133,818 133,818 00000000000004e422855fe685b1c981e2a60620dfa9a74ad66bfc5ebad45dc2 0.02 MB 50 529
133,817 133,817 0000000000000343d15d21635e526da21f4b020a173df877bcb90b346704a15e 0.09 MB 242 438
133,816 133,816 00000000000008e5a1eb1b3c036f40dcd8fb480771220708b86249a30d9d0410 0.03 MB 89 63
133,815 133,815 00000000000002431735a386b39122bd46863f99f796acf07198d7d8f8f399b2 0.02 MB 36 681
133,814 133,814 00000000000008c2d191e8519bfa1f2724e5819a779879db5d794b2f9f61d38c 0.02 MB 51 800
133,813 133,813 00000000000005db7c9f2c3d8c677ff13f5195151ed35462b448c052584d2284 0.00 MB 3 2,877
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.