Memory Pool Memory Pool Refreshing

1,585 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,823 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 1,569 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,822 (647,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,994 259,994 000000000000000e6b1465697886b438b2402f026a8ad877fffa9120c84ecb46 0.08 MB 207 118
259,993 259,993 000000000000000f7c15245ae6698862a0c6e088467ea19e1998b809d093ba7d 0.11 MB 268 102
259,992 259,992 000000000000000646d02d6b7662c3c2085f589b4a5dc6ec2286e75017faca2b 0.18 MB 276 84
259,991 259,991 000000000000000815001a4d540402f7d7d6b12d910b5d644659ddadfeac4b65 0.04 MB 84 71
259,990 259,990 000000000000002270a3cafe1e3cf912ff237c88227180b2917ea37cee95049d 0.05 MB 109 65
259,989 259,989 000000000000000ed217989b30c92f482fe6d2e73e38b41c0a7c02809b139f74 0.14 MB 382 130
259,988 259,988 0000000000000013b49cda90bcc98e2f9dfa832a25be0d6f7e890d5b9a5bafa2 0.19 MB 424 96
259,987 259,987 0000000000000021f7d94c8a3b3cfdaaeaf28390b4fd6749fbbcdaa8cc7bbf62 0.02 MB 38 75
259,986 259,986 000000000000001c1fa39a92837032b5660e9c6c6be278813edaedbe1ebf114e 0.01 MB 26 146
259,985 259,985 0000000000000008d1a17c91d87d37718cdf4728cae391a2fe3e6f5152f8c0ff 0.03 MB 41 84
259,984 259,984 0000000000000016a8853601f6cdb198faea86cc48656b9bcf6e7d8a6d3c4aa3 0.05 MB 108 100
259,983 259,983 000000000000000b1738315e32ce8e54114d6d2e54815986f6811a9a9df7a16d 0.07 MB 194 118
259,982 259,982 00000000000000035261d96c92a46697ec79de93d355df476f38edd7c8d21832 0.04 MB 100 103
259,981 259,981 000000000000001d70a4684b69458e2b5dc7dda50227f4fe9067359e9dfea71d 0.01 MB 39 63
259,980 259,980 000000000000000f324fbb7093fcbec7c92b66c95a57f3b94cd6c4c661a3c0dc 0.16 MB 304 81
259,979 259,979 000000000000002092898b3251599fa4a75b4ff1b2eb46c3e33f7489a686fd7b 0.04 MB 77 107
259,978 259,978 0000000000000004b68b404bf66c4437a16d011eba1baa77e56932a535ec773c 0.15 MB 372 98
259,977 259,977 0000000000000015b04d6ba180a47f4df9085784be01b7c2d59036d163ec9f52 0.02 MB 49 86
259,976 259,976 00000000000000068a25b71dc032702b2a6ece8176a6289697f8c53d5aef5105 0.07 MB 138 117
259,975 259,975 000000000000001c28d283c242237844c13d43224647acb707f6f8c1471c8a63 0.02 MB 26 58
259,974 259,974 00000000000000203a5ef5cd83aef19fd4268058fecab9260e951e9e73fd059c 0.12 MB 277 2,418
Previous 10 blocks ↓
Total Size: 769.21 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,634.16 GB sent, 93.96 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.