Memory Pool Memory Pool Refreshing

9,720 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (737,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,028 170,028 00000000000007fd6acd8af1201ed4d7aa03bdfec07ba6f9ce463dfb9c2f3779 0.02 MB 96 10
170,027 170,027 000000000000097d7be84813d914de27132a91d90b10cbf511cb125169f8af7e 0.00 MB 15 37
170,026 170,026 000000000000029c4b8d64980d0978e482d2b065f4ec34fc55ae024429f93340 0.03 MB 55 118
170,025 170,025 0000000000000b297dc1dd1bf0d7207a124067eaf0b4277937de3b5783da2a47 0.04 MB 76 103
170,024 170,024 000000000000030a4e4a2e38584b9e740587aa13ac9bc73337c3173b409ef37f 0.02 MB 34 479
170,023 170,023 0000000000000898e40e2ea2cb98e3a5ebbe2852461e581c5813633a6a267f6e 0.05 MB 98 16
170,022 170,022 0000000000000a39893a8c0f622b9f8368eef660c8d59e6f9cc5cd9d2ce5f833 0.01 MB 12 246
170,021 170,021 0000000000000697a306afb7d5679d554051d607352a39b730f2c081d6e283b0 0.01 MB 16 138
170,020 170,020 0000000000000559b465dbc8cb3c6fc3b87d54f2f5dfc9be969de99de1ffdd75 0.03 MB 78 165
170,019 170,019 0000000000000218a0d21f4018eeaa01f1c86a6736baf2db1abe285ddc85804f 0.02 MB 49 89
170,018 170,018 00000000000007dd4a953ee99bda088c6d4977ff31401ab42eb84e1cff08346a 0.01 MB 18 513
170,017 170,017 00000000000000336c5bc12e77761a4f083512db82494f6cf955d546084ca4ba 0.01 MB 12 28
170,016 170,016 000000000000014bea614be25328e49f782a07cda4174cbc1f24d5c8241cd426 0.03 MB 39 232
170,015 170,015 0000000000000404632efaccacf28d9a72157558055436b1c415671288246ad8 0.02 MB 78 9
170,014 170,014 00000000000005965d72d3e1e877f88c6cd72bf830ac367b95ec58b93616164b 0.03 MB 60 67
170,013 170,013 000000000000059d65cd456b0bc7472cfee70c05123a7467f8278b279080081f 0.02 MB 37 98
170,012 170,012 00000000000001094dee6907ea3ea90584306c6e01e5e336f9f4726c7f5d758f 0.03 MB 68 107
170,011 170,011 0000000000000ac3761ad8d6d715d816eeb6cbe41032d0a9770560248a79f98c 0.04 MB 55 82
170,010 170,010 00000000000004b116bd7def019fd8e449ca943bc30fdf59454b524ed631f671 0.00 MB 1 0
170,009 170,009 0000000000000029bfd1b63d9995047b182911fe8aee6e7a583f7448d2bbc0f5 0.00 MB 1 0
170,008 170,008 000000000000066549b23a5d287dce5aab5a29671cf753062fa5699dfd5cbbe0 0.01 MB 12 75
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.65 GB sent, 93.04 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.