Memory Pool Memory Pool Refreshing

6,485 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,818 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (27,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,634 880,634 000000000000000000007b2900c809621bd9cb5384ef1e55a73e25edea9c37ae 1.60 MB 2,601 4
880,633 880,633 00000000000000000001af380b19f09053c873153e4e446b7991296a7510e191 1.44 MB 2,125 3
880,632 880,632 000000000000000000026f3872cb80cf5e94b5f657fbec2168f08c86c18f465f 1.69 MB 3,666 4
880,631 880,631 00000000000000000000cd78cbb4554c5c450e7bea1c77ccad06188c59f3cdd1 1.67 MB 3,641 7
880,630 880,630 000000000000000000007859165a75ecd9c47fc69a6651266638c67402787b97 1.46 MB 2,100 3
880,629 880,629 00000000000000000001e8a7f4b01385b42a1e264595840cd2d17207d189f775 1.90 MB 1,901 3
880,628 880,628 000000000000000000019f522c834a2cb196fc0f2fb5169c0de3b11dda098066 1.68 MB 3,662 4
880,627 880,627 00000000000000000001fe2d5b416ae1904676afa888f238e7596abb1ac791f8 1.59 MB 3,620 7
880,626 880,626 000000000000000000009486011ac2c8f15e12684e55c70acf54c9469483c0d6 1.52 MB 2,998 4
880,625 880,625 000000000000000000007205a05de2a171006224505824c23a86dcc87d738105 1.56 MB 3,775 7
880,624 880,624 000000000000000000016cfcdbe5069b347d7aa49c8e0adea9d2cdd3b805865c 1.65 MB 3,588 7
880,623 880,623 0000000000000000000173ceaaee78f0574cc3bb6754f5d695c46cbc3995401e 1.96 MB 1,672 1
880,622 880,622 00000000000000000001248d9679a147303fb0cac1de5d0cbdcf66f66a881e32 1.65 MB 1,848 2
880,621 880,621 00000000000000000000c414c5f649ddcd38051d771802904911fee4f134788c 1.83 MB 3,017 5
880,620 880,620 0000000000000000000241773347185c3308aa780597ca0c85e9075bdca64557 1.60 MB 1,917 3
880,619 880,619 00000000000000000001c38ca900b7f6a85f036bf88ed0e1a15d4623b306735e 1.87 MB 1,993 2
880,618 880,618 00000000000000000000f8f73665ac36e5520a118f372bcea422f1ad57b6e46c 1.55 MB 2,324 3
880,617 880,617 0000000000000000000263b7e3dd42333f40c1e82d3655003f08e5ac0f81afc1 1.99 MB 1,239 1
880,616 880,616 00000000000000000000541284cf5c92b8d28ade2c71217aa6199ef8cde2ae0a 1.75 MB 1,591 1
880,615 880,615 00000000000000000001aa8ea7a12d9e594d2c0302a7b160d4f3224796b22de2 1.72 MB 1,576 2
880,614 880,614 000000000000000000025109dcfb48eb5df14db1bd9021f3e57bd25df3abdbc7 1.61 MB 2,709 4
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.