Memory Pool Memory Pool Refreshing

7,930 transactions
2.10 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
2 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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (43,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,806 863,806 0000000000000000000123be61d5ea6b3501335d2d4ca1c1857969644754133d 1.59 MB 3,514 6
863,805 863,805 00000000000000000002c5f465758bef2d870632997435ddafa46e9f6847b631 1.79 MB 1,599 2
863,804 863,804 00000000000000000002c963f6dba4842b917c2b48fab48f7db80d143a85d603 1.55 MB 3,456 7
863,803 863,803 00000000000000000001beeb42939b37b974da18c272c2dfa532d64870050563 1.83 MB 559 2
863,802 863,802 0000000000000000000031682f5f8db8c05c0c026d2c4d9dc4c6dd00410a2157 1.82 MB 1,105 3
863,801 863,801 00000000000000000000a8816e7f8af7720c99fdceb2b6fbef6a2895d5ddbfea 1.79 MB 1,074 4
863,800 863,800 0000000000000000000255076fb1e69d62c004a23c3eb5a6709ffa3b920209ad 1.66 MB 4,507 2
863,799 863,799 0000000000000000000067affdbc01db794c71501d22ee7b9bfdeac3963607f6 1.68 MB 4,275 3
863,798 863,798 000000000000000000000cead95d9fbd3f70952236b581ac5d07f0107f93f3ec 1.73 MB 4,975 2
863,797 863,797 0000000000000000000068e8f4fc441d67b95cec7febff0c5b3d0dafad58d0b3 1.65 MB 4,373 3
863,796 863,796 000000000000000000020d0058405c55cac9ed7444441e3677ef10f3ea94b902 1.70 MB 3,137 4
863,795 863,795 0000000000000000000188f48b3d7e31eb39ffb6f7240a0bdc0aded42ac181f2 1.77 MB 5,144 2
863,794 863,794 00000000000000000000a926bdb678839790176d082c4fca0bddc43cd3d64f42 1.76 MB 5,203 2
863,793 863,793 0000000000000000000139e7870c2e70eca8ce4e298706ddbc6ddbc073f3b7b7 1.61 MB 6,458 2
863,792 863,792 00000000000000000000737759b183f9b61b6dd3c11ed1d309e4aa54c6947e1f 1.62 MB 6,777 2
863,791 863,791 00000000000000000001530ad8ef5d8c660068e905010b0316609264a8e9c5fe 1.62 MB 6,282 3
863,790 863,790 0000000000000000000036f612fc515996a538ab0b88b6af1b503c46d9fe2b1a 1.61 MB 3,146 4
863,789 863,789 000000000000000000005ecb074641ef15d7b5b04484c2f7fa390dad99b8e9d7 1.55 MB 3,558 5
863,788 863,788 00000000000000000001e7101247f075ec2a5b6142a35ca1333286f3ff945b07 1.58 MB 3,983 3
863,787 863,787 000000000000000000015db9f911aa8760b69f27bef4e6ddef7254e3d4d1b5bc 1.64 MB 3,179 5
863,786 863,786 00000000000000000000ddfe04f55e859706c6043d0d4b1f9812f452b21df15a 1.41 MB 2,496 5
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.