Memory Pool Memory Pool Refreshing

8,710 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,163 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (876,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,462 32,462 000000004299fc61474dad0bdd0f4db5438a417876614b3685ef84ce34be66a5 0.00 MB 1 0
32,461 32,461 000000008b3160a7d2af31858f4409c3bf3cb0f1180ac1fce5228a70cf382630 0.00 MB 1 0
32,460 32,460 0000000032d2ca5977434b3b50e6f3a50ab08d6fe9dd915aeb56035b1e0f94b9 0.00 MB 1 0
32,459 32,459 000000000c27103a461ccb627d65513a1849dc54ac23f95fa63da5f98bb287b6 0.00 MB 1 0
32,458 32,458 00000000391c21630edee36e45be0fb40a593b132547f68d2a5db13a540b26e2 0.00 MB 1 0
32,457 32,457 000000000d9da8af94ddfdab7b0e2135c3ba73c568639ec65183456f1ce59481 0.00 MB 1 0
32,456 32,456 0000000036b5c27f497e42fa051e31e401c91101263a671e92e67667b55362db 0.00 MB 1 0
32,455 32,455 0000000034940876db1bfc087da27f6b63876cfe23d21acd878053674cb4d10c 0.00 MB 1 0
32,454 32,454 00000000407931e1b54239be3ebd78c546d9e43bdbde7869982088fe982a9ac3 0.00 MB 1 0
32,453 32,453 0000000057a1ddc62041161bc5ad5f8758a1a483b8bbb1804b7a1706afd998ce 0.00 MB 1 0
32,452 32,452 00000000168301592625d83cf04e77927c267cf7f7812728d19d613f30fc5a87 0.00 MB 1 0
32,451 32,451 0000000075a48788cad60e79772b21f67831df6e27778ed843d17326aa060dca 0.00 MB 1 0
32,450 32,450 000000005f1454f59a2c9bde6212c8dc4bc0c93bafed47cc99e7c75fde6ea02e 0.00 MB 1 0
32,449 32,449 000000001bce7c99c5576eb41de838914be059aa6b81f9f21bc023ff60df0404 0.00 MB 1 0
32,448 32,448 00000000a3e2467c1d9025fe1799a85992addad2775abb2181826a8ace72182b 0.00 MB 1 0
32,447 32,447 0000000048099daf6d6d99ae6643b548e2c3f3b887dbdc8209e071c82b17966d 0.00 MB 1 0
32,446 32,446 000000005021c1fa522b6c4d81d40818a503f6c83bbe57d090ec2ace7dca7eba 0.00 MB 1 0
32,445 32,445 000000001e4d6c2d56fc7234d28e19e5a3fafb7d3f3e4270fe43f751bb9f98b7 0.00 MB 1 0
32,444 32,444 000000000ed91a7048c057f933d8bdba8732e227d725d5acb02253f7155ae09e 0.00 MB 1 0
32,443 32,443 000000007b65048eee39035bdf0d4e5798beefc5db74a5f7aab6185094063b3e 0.00 MB 1 0
32,442 32,442 000000006581af82d96568aa400e3805448e97a56b3ff32765b36f8320950c92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.97 GB sent, 100.59 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.