Memory Pool Memory Pool Refreshing

290 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (45,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,771 862,771 00000000000000000001507b7a852dc6ff1427d4d393ee107c6ccf9f97a15704 1.54 MB 3,599 5
862,770 862,770 00000000000000000002fb8e50467d5d7ba9dc0692f2decbd1a8958aec295b7b 1.88 MB 3,439 3
862,769 862,769 00000000000000000002db35c023f6e90d752f8687b876124767e38214ea6171 1.65 MB 7,939 1
862,768 862,768 00000000000000000000e8f9852be28230341498dbba22f52900059c8669ae6c 1.91 MB 4,951 2
862,767 862,767 00000000000000000002a63f6d5218e2d81aab34034ad83bb57739eb4a58e61f 1.96 MB 3,929 2
862,766 862,766 000000000000000000013e63ab2eba385837993190360ff782bcfb43c2f5c772 1.97 MB 5,506 1
862,765 862,765 000000000000000000020ad0f8e976d08edc66794e9cb606e1f3a61046ab9c5f 1.71 MB 3,154 3
862,764 862,764 000000000000000000013d1bbe823f53787f7b2287f53aae03c9b8a1216cd39f 1.68 MB 2,678 4
862,763 862,763 000000000000000000009f8d7047f029f63c32a344c8d2493265561b242184ed 1.67 MB 5,935 2
862,762 862,762 00000000000000000001535cebc7bc7d89312221dee0b54290d603ca2b8ba697 1.65 MB 7,872 1
862,761 862,761 00000000000000000000b2c9381e93630e45f17095ee29eaa02b8f507f5085a7 1.81 MB 3,227 3
862,760 862,760 000000000000000000011de43da05194ccd94a849a6c987ae51ca020d86c1a23 1.87 MB 3,645 2
862,759 862,759 00000000000000000002493328df60be985ffcd4c3dc3e83aeae5b3cad26c794 1.94 MB 5,884 2
862,758 862,758 000000000000000000029a583b6377d723381666ac4dade2006823265fdfaafe 1.92 MB 4,903 2
862,757 862,757 00000000000000000001e5baa4d6bea220d3b0ac10357e4325d764d0961845c5 1.64 MB 4,536 3
862,756 862,756 00000000000000000002102f36ee0f5d41a3984fca966314046b11c525657c6e 1.92 MB 5,044 2
862,755 862,755 00000000000000000002dfce2c2b8b997da25baf2422cb8820348359df4ade10 1.73 MB 3,795 3
862,754 862,754 00000000000000000001ad93383ebc34cc2436b1d5dccb01ef3bad3c7ac2e008 1.56 MB 2,201 7
862,753 862,753 00000000000000000002551cbacec4b2585c51c92dba6c3ef8f805b0ffeddfc4 1.80 MB 3,989 3
862,752 862,752 0000000000000000000112f981f432f9857a6a022dd6080e3cf0dde3f4355d19 1.90 MB 6,171 1
862,751 862,751 000000000000000000016dcf3960a8ca80911bb513bd863547cd16a2016368a4 1.72 MB 6,439 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.