Memory Pool Memory Pool Refreshing

3,118 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,850 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (32,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,049 875,049 0000000000000000000256360f807b002c9a993db921212a9700c5805f30ca82 1.54 MB 3,822 10
875,048 875,048 0000000000000000000185d0f248f6aefecf5ae2acc0a12398eed5f76f8b79e4 1.66 MB 3,341 10
875,047 875,047 00000000000000000000147e04f32fbd69b75ad7782e9b3c6606943a79f8e76f 1.75 MB 3,943 9
875,046 875,046 00000000000000000002305e5ac4b3d57c2682fd34655f5a5eb1d7198c0183f1 1.63 MB 3,634 14
875,045 875,045 000000000000000000015eb4606cdd8dce9be1a378bf72217d3f73dc079ba93a 1.61 MB 3,266 15
875,044 875,044 00000000000000000000e8bafa38b0b8bacb83f8705bda7774c0185d57efabd8 1.49 MB 2,174 6
875,043 875,043 000000000000000000001f1a6d03e3c78b00b90b74161c3abd82c0252ababcb6 1.63 MB 3,735 11
875,042 875,042 00000000000000000000e7b03231555d87a6fb8ec5d04c0bdedd6ea83e809e69 1.57 MB 3,722 10
875,041 875,041 0000000000000000000181f55dc3fbb2d4c6d1b89e1bc79d0388b2f5cfd73678 2.07 MB 561 4
875,040 875,040 00000000000000000001e0ff00cd4fb017f4f565ae2db7e6ed76a3924a3a05e3 1.96 MB 869 4
875,039 875,039 0000000000000000000158eaf31877b27a4853c538280f2f4b4aaca15553a3de 1.84 MB 1,385 6
875,038 875,038 00000000000000000000808daccd0feab57842debf735c993a0a22e8d5470b05 1.63 MB 2,561 7
875,037 875,037 00000000000000000000a5f6c35fafc319efe9bad781e3731f1b0fd1577bb454 1.43 MB 2,547 7
875,036 875,036 00000000000000000001032351a8c07365d99de63915a2c807b99b70e2b1fc98 1.72 MB 3,251 6
875,035 875,035 00000000000000000001468e5803bca468460b51536cf21097d230a95f2caa24 1.60 MB 3,459 11
875,034 875,034 000000000000000000025b21526f58615057a1002f41dc6f2a2bbbefee11af8e 1.64 MB 3,680 9
875,033 875,033 00000000000000000001df667e19abcff071fd8df3012634c9fc7fd2cd9ffbcf 1.99 MB 1,053 5
875,032 875,032 000000000000000000016ea99a17b876ffb3f66af5045d3e4a6c1016615bf747 1.58 MB 2,897 8
875,031 875,031 00000000000000000002882949e48a295f1c6a0b4f917361289c5dd175a4c9b5 1.47 MB 2,202 6
875,030 875,030 000000000000000000005e94ccac2a3611e375877e600feb339e3f1d7eca5be4 1.36 MB 2,370 7
875,029 875,029 000000000000000000027a26e0dbe2a078f08e009e7717ca76f374b5f37f4197 1.65 MB 3,309 7
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.