Memory Pool Memory Pool Refreshing

8,039 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,779 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (38,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
869,632 869,632 0000000000000000000217007bd667908d6b11865da189cb8dedad54c962a2db 1.44 MB 5,865 20
869,631 869,631 00000000000000000002a80f766b5d5ef4cc92a084a74dc946270aefe4b525ca 1.45 MB 6,670 21
869,630 869,630 00000000000000000002aa965c9ff755e2c3555f97b79cdccfd7afc21b50a95b 1.50 MB 6,905 23
869,629 869,629 000000000000000000020cbaddaf50605af54bcdf6592292d48785e02a98ad28 1.44 MB 6,702 22
869,628 869,628 000000000000000000002c781fd8328a0b0e8b0cf7c1af06c911499c69922965 1.48 MB 7,132 16
869,627 869,627 00000000000000000001458aa60f217727e4738e12f1aa42777afc0eeeead8d1 1.50 MB 7,166 16
869,626 869,626 00000000000000000001914e673b72a34b08b22a6d33d5f0bace3a4eeda9b2f0 1.51 MB 7,131 16
869,625 869,625 000000000000000000002d3170abd6dde4b39a947a6f64de0d7c2b5816f6b718 1.44 MB 6,384 20
869,624 869,624 000000000000000000012f65c9fc051faf8f9abcabd6e3a3b2d0f5f0f55da9e7 1.53 MB 6,359 9
869,623 869,623 000000000000000000005d6638d5806101de11d6f97705cda63ce149edb9222b 1.46 MB 6,857 10
869,622 869,622 00000000000000000000ddb8c7e4fd0cde5c71e1a70cbd4315369a7ec6ad228f 1.41 MB 5,886 11
869,621 869,621 000000000000000000022cd2c13e1bc40ada8453681ead7b4e21aeacf09f65f5 1.41 MB 5,260 2
869,620 869,620 00000000000000000001dea4415cff8a4301c1fe186ac825e8cb74cd4daa6097 1.52 MB 5,230 5
869,619 869,619 00000000000000000000556ef8fc4d7ef99522a02f84cc4e8e7c66502a9cbb50 1.63 MB 4,688 5
869,618 869,618 00000000000000000001549cfd5e077f58e2a0cba5285af9ad277c841a5f07cc 1.51 MB 3,752 16
869,617 869,617 0000000000000000000088706b8d17670677c6f744405f12b3d253d3e870ec88 1.58 MB 5,547 2
869,616 869,616 00000000000000000002aae0619051bede4fc251684f9af1c21375a04f021f06 1.52 MB 5,749 4
869,615 869,615 0000000000000000000254f989e63ea7fb74b6577357a4e174101147280efacd 1.46 MB 5,022 2
869,614 869,614 0000000000000000000172e83588fd6a0eed58ef833474bf848f4e0a81c99a5a 1.40 MB 3,624 3
869,613 869,613 0000000000000000000252321cbeee4e583e2aaec160d3fc25ffa4bde8996e5e 1.49 MB 4,298 7
869,612 869,612 000000000000000000005a9744278b5b9badefcfc82c997a4b6095274e9583b3 1.55 MB 3,785 6
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.