Memory Pool Memory Pool Refreshing

9,747 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,641 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (108,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,910 798,910 0000000000000000000269055601e338e2c45967661ee9fb9326da3aaefbfcd8 1.42 MB 2,797 16
798,909 798,909 000000000000000000006b990e4bc76acade39e85d7ab38f8097bd8b94c1f63b 1.43 MB 2,687 18
798,908 798,908 000000000000000000020f65457bfdba65d7b6f85d4f9cfb3e661e273d1639eb 2.07 MB 6,048 6
798,907 798,907 000000000000000000047fcdc8ae494aa496c3b2743c33b1483d0657789051eb 1.79 MB 4,582 6
798,906 798,906 00000000000000000003196041c07edd1e0c4480b5a1148702d164337fa3d9de 1.62 MB 3,179 14
798,905 798,905 000000000000000000031e162e164f4c7caf4f2e59e592897e5ca16f2ffad9c2 1.99 MB 4,954 8
798,904 798,904 00000000000000000002f8ed547f521e8012e14bbed2f33619277ff65a15d267 1.91 MB 5,412 5
798,903 798,903 00000000000000000004b17c85198b618e45a5dd14a4187cee619b444a6d8b32 1.83 MB 1,459 7
798,902 798,902 000000000000000000023f39efdc844e47570fb927081b5ff4844f777bc52145 1.63 MB 2,304 11
798,901 798,901 000000000000000000022c34299224b6c3be237b3df2179cc25ed8fd720d3170 1.71 MB 2,293 7
798,900 798,900 00000000000000000002b9fcae378e518f39b2b76c4ee4880be285aed4829a41 1.49 MB 2,683 15
798,899 798,899 000000000000000000035d2e796a30187b10421bc1d4fc8ade58e9a16e22bc48 1.54 MB 2,497 11
798,898 798,898 00000000000000000003bc4b74bcf85114ebb3705a1fba047a4e71cba27facda 1.88 MB 4,630 6
798,897 798,897 00000000000000000004808174d4c991c28f0b5549fbb06fc79eddaa8cb93fc3 1.63 MB 2,283 10
798,896 798,896 00000000000000000002efd6978444dc1a148009346d58f07f8cefd6a26430b9 2.00 MB 4,941 6
798,895 798,895 00000000000000000004c0b5cad61a444dfac58a1b145d49a20985ae99d85d8d 1.88 MB 4,832 6
798,894 798,894 00000000000000000002c0057c845fcc44cc62189f6c67397f36be56c61864e6 1.63 MB 2,534 9
798,893 798,893 000000000000000000010abdb6b1f1e8c81af72e7d155ecceffab369a0eba55c 1.68 MB 3,253 6
798,892 798,892 00000000000000000003c13d30bc69aba3a619ccc86157ef8030475b3b054746 1.73 MB 1,368 10
798,891 798,891 00000000000000000001bc12d54dbcd29d7c0c6a3e8de7897ccee4ec0b5cbc1c 1.64 MB 1,979 6
798,890 798,890 000000000000000000017f5c6434bdc8bad944fbd4d82c9e5e64f507b98a3056 1.74 MB 4,158 7
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.29 GB sent, 93.03 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.