Memory Pool Memory Pool Refreshing

4,005 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,902 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,709 (820,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,631 88,631 0000000000050fc0b90e971d0de8e81ea42d6d13c3c86687f8342e65a042f14c 0.00 MB 1 0
88,630 88,630 000000000011bb483a99fca9cb9be94aed32677731a97a8407f118e45ea95b4a 0.00 MB 1 0
88,629 88,629 000000000007471f1e03513c1e6b9cb196e099c2a5898e34c533bb6a4c0bd295 0.00 MB 2 0
88,628 88,628 0000000000127227db8b05da806054bc96e365a3c8943c2e63fc1ea25399f19f 0.00 MB 1 0
88,627 88,627 0000000000092fefab04f443d27172a5df2936701156a7daeafcd1d11977b1d9 0.00 MB 1 0
88,626 88,626 00000000001a2dde1f95bd608cc87df2b266323ba8520699e75c5c0dd86bc9f8 0.00 MB 4 0
88,625 88,625 000000000018f04fae574823d3cc90f32dcf11d99ba768915bbaff614574c275 0.00 MB 5 0
88,624 88,624 00000000001dcf278c269ff04e66942577b1645fa25386e87eb0b5b2237d2640 0.00 MB 1 0
88,623 88,623 00000000000a00969d356b134e8caade8be6d8d054dcf4112e2f2116358bc2f5 0.00 MB 1 0
88,622 88,622 0000000000172af5fe491e1cb336dd5d65f4006e4b5ac59a838ec06a67362b78 0.00 MB 1 0
88,621 88,621 00000000001be0fb7752434989df5db9edec64e2f5b895b5a30a80274b290348 0.00 MB 2 0
88,620 88,620 00000000001a433f283633cc7289f131273af7716f25892f47f216709cbaf73f 0.00 MB 1 0
88,619 88,619 000000000017737c87bbde23d69034d752e1768a8f94d469e4fe86808e11f4b1 0.00 MB 4 0
88,618 88,618 00000000000e2e0f5b93c269f4d298b6e98aa24d1deb47e3f9d8aa9f02e02b63 0.00 MB 1 0
88,617 88,617 00000000001cfdd838a55197be15c2185e38e6e6c42eb295383df240f36c35fc 0.00 MB 3 0
88,616 88,616 00000000000d73b16e290268d360b7f23b497254209d57c9ffb1791d50c2e44e 0.00 MB 1 0
88,615 88,615 00000000001738b15dc32189489160ae5259fedd5bc990dec2449f777b92124a 0.00 MB 1 0
88,614 88,614 00000000001c821df61ac3d04ab6793ed76eed4ffcf4159303ef0a88d31b57ee 0.00 MB 2 0
88,613 88,613 00000000000035a9344efed4114d1e2644ff2a5a6644bed674a796787b36504c 0.00 MB 2 0
88,612 88,612 00000000001e037106c1e7de63eeb569d3d04cd733b354ab2a14799e6855d97c 0.00 MB 3 0
88,611 88,611 000000000006e7dfbfe2663c656251daec975578e8001a26ddc1c61c5b38e397 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.61 GB sent, 102.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.