Memory Pool Memory Pool Refreshing

4,322 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
899,825 0000000000000000000237740000000000000000000000000000000000000000 1.00 vMB 1,903 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,824 (7,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,590 892,590 00000000000000000000b8c57e173817165908499f6b32aeb97273bd4b2dd603 1.72 MB 3,637 5
892,589 892,589 00000000000000000000d0bc96c2bbd451c697927dd5b67b4c4eeed34c29b9b0 1.58 MB 3,968 2
892,588 892,588 00000000000000000001bd6f04487df1198fb7007a447d5457682f4694fadce6 1.64 MB 4,075 3
892,587 892,587 000000000000000000004c65133f1d2956a0171340518856b831fec77abd97b8 1.55 MB 2,922 5
892,586 892,586 000000000000000000002d876e81f4df678ef18b1522963d415f3337d585f644 1.67 MB 3,195 2
892,585 892,585 00000000000000000000a3dd5d685d921c281cd8855d0fc6f056f004dbb7edc4 1.73 MB 3,686 3
892,584 892,584 00000000000000000000f205ce4ec6cfec9565d5d97c545b1c1a767f0d533291 1.59 MB 2,943 3
892,583 892,583 00000000000000000000545a51f6edfd62fee112795e0603ac21d2fd67a3fd04 1.45 MB 2,702 3
892,582 892,582 00000000000000000001445203adde9c45e29d5f0ab1abab2dd0f178a7ed83b9 1.62 MB 3,887 2
892,581 892,581 0000000000000000000210b151aaeceecdacc0e37d5e4211ef0378b89fa51c51 1.63 MB 3,714 2
892,580 892,580 000000000000000000020842f273c61c2dc3f3a0fd6dbd96af4415de54c18c97 1.57 MB 3,854 5
892,579 892,579 00000000000000000001c98cd7e5ec863411793e828544e984b94c69769946ef 2.15 MB 1,484 1
892,578 892,578 000000000000000000022ec8b3c361d1315ed12a0ed75e7452d9cef030c538fe 1.71 MB 3,170 3
892,577 892,577 000000000000000000002b1d0eefd6e6be3a39a94ff7110b7dde65cbe53b8dc4 1.71 MB 4,151 2
892,576 892,576 00000000000000000001f1f5b2cc60db445b48dd61fbc1ac82c32a7a16ae3c78 1.64 MB 3,507 3
892,575 892,575 0000000000000000000223eff9cb4da44d20c4da6d27a377ede0758bb38442d7 1.62 MB 3,670 4
892,574 892,574 000000000000000000020c5583d4bb1175b72b91df26c08b454e48df2be8f6f2 1.63 MB 3,658 3
892,573 892,573 00000000000000000002312c11dc958182ad76ae7033d4c8adf29941da0522a5 1.66 MB 4,500 2
892,572 892,572 000000000000000000007bf772a2138f2cefc1d77ad2e9e67f0313d3f653a11a 1.51 MB 1,874 2
892,571 892,571 00000000000000000001a2261bebe725d17a442b3c4934ba69f03736351de2b2 1.68 MB 3,823 5
892,570 892,570 000000000000000000003d52e692705f26e5649cf0de0076f414698e6d5056d7 1.71 MB 3,769 3
Previous 10 blocks ↓
Total Size: 755.69 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: 537.06 GB sent, 26.88 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.