Memory Pool Memory Pool Refreshing

3,060 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 3,037 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (34,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,563 873,563 00000000000000000000ba200c293d4f34c2ae5dc90cef73ffe3e9a9725051a2 1.48 MB 6,600 12
873,562 873,562 000000000000000000010521b2d9d9bc04416ed718a6a44b3a8631cc54763c63 1.52 MB 5,572 12
873,561 873,561 000000000000000000020b7cacf79707c4c6aed83eec1a0c30e21fb8ea67db78 1.56 MB 6,394 13
873,560 873,560 00000000000000000000a64d071b89385d81c4ec7d166870124c272e9b61ecac 1.40 MB 5,733 14
873,559 873,559 00000000000000000001e949dddeadd6ee76635fb5c4c61dedc38037257c0204 1.51 MB 6,728 15
873,558 873,558 0000000000000000000201f2fcee9c07d81d3d54dd3c1d442cd32eea5ba4af6a 1.51 MB 5,947 16
873,557 873,557 000000000000000000011f472bf9e68a6d2bbdd5762a4c351b895f8be5b7a176 1.52 MB 4,556 11
873,556 873,556 00000000000000000000cc4454424066a8114eb017a52f0f507c80b7fcd68fe1 1.58 MB 3,146 17
873,555 873,555 000000000000000000028be4d11ac7f34ea4f79e3acb2e3135e39c103deba9e7 1.34 MB 1,157 7
873,554 873,554 000000000000000000029d303d788ce65bca01a1c80d375cadb1bbb590e1d098 1.52 MB 3,124 10
873,553 873,553 00000000000000000001ad3f8b2ea143e3441d1a375cdd5765d9001d6c8604aa 1.44 MB 1,856 8
873,552 873,552 0000000000000000000223d12aa0cf0d239678434813dcfd7856cf5b45309885 1.67 MB 2,746 11
873,551 873,551 00000000000000000002385a69609ba2014e00cd094a51c904b37feed1d2066c 1.52 MB 3,354 15
873,550 873,550 000000000000000000000011de38affbaa58d0aeb8b1661477a511c64cdfcd30 1.63 MB 2,654 8
873,549 873,549 000000000000000000029197c4dd689aa43d56c4bdba237b1d243906911dc9e4 1.50 MB 1,305 9
873,548 873,548 000000000000000000007dd59963cdd7a9016b32e76ed0c524e120f731055e59 1.57 MB 3,829 12
873,547 873,547 000000000000000000004390139861b567bb5d59d594a53f7f2a7bd1a5322d69 1.62 MB 2,766 11
873,546 873,546 0000000000000000000292b3d094f8de2b3040fc23d0fc1b70329b36d428a05c 1.39 MB 2,077 10
873,545 873,545 00000000000000000000be6a8e00c70d060952425bf397aae0114cdb30c9483f 1.63 MB 2,650 11
873,544 873,544 000000000000000000000ee78400dfa4ef86b6197fa4663d7ab151ce852188b9 1.63 MB 3,581 11
873,543 873,543 00000000000000000000bc810794a4137f02148b85dd5f7c8d33f0b14540b83b 1.58 MB 3,513 13
Previous 10 blocks ↓
Total Size: 769.08 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,628.19 GB sent, 93.28 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.