Memory Pool Memory Pool Refreshing

497 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 479 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (682,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,265 225,265 00000000000002f85fa0ec4532d36bfc39ce4adcced24f184225c042f9a7ef57 0.07 MB 124 163
225,264 225,264 00000000000001495b788d720364dadc20678b6da4b7e1c94a4e131c3e4b3ea3 0.05 MB 89 19
225,263 225,263 0000000000000185379881e910746a589f00df77014f992f65da184550a8e9d2 0.40 MB 959 201
225,262 225,262 000000000000026dd97a5bd053fc7cbd0c0f112cda31286e7f18756a518f1fd1 0.04 MB 66 144
225,261 225,261 00000000000000b99fba1f45fce756d1c38482f175812cbefa29a546c83b73f9 0.14 MB 336 190
225,260 225,260 000000000000026f91450a3fd2a1cddbf28253ccd847c82c482eaab24aa9f814 0.20 MB 353 140
225,259 225,259 00000000000003a38d42a22744b99e42223f3bd15d3c5e03aa5d08648be05c31 0.21 MB 286 103
225,258 225,258 000000000000012bf22d4daa269945a4d8d9705e3f6d8deacc0579a1dabedd2b 0.25 MB 685 237
225,257 225,257 00000000000001adc7cb5ebd88fbc0b5e3b2d9f6dcc82b76fc9cb879d4d7b4e5 0.08 MB 195 212
225,256 225,256 00000000000001ca01111031414ddb3cf3040dbab9f057fd7ee0dfbc5b35aad8 0.25 MB 541 188
225,255 225,255 000000000000002036a9fa6dc4b564e7f7c320ebd8268f797c3d9b1293ce453e 0.05 MB 122 87
225,254 225,254 0000000000000117937a153dda6dcaa0ab02319732b113674c0035486434e09d 0.13 MB 373 254
225,253 225,253 0000000000000035082b88cd137c60be106c7525aec26784d24f02d8816630d4 0.03 MB 80 167
225,252 225,252 00000000000003a3ba82fc6d337e67d6899f9bd28724c4af357e464ee82390e4 0.17 MB 354 173
225,251 225,251 00000000000003335ecf8c46cdfa638ed11017ce5d8b59999c4e81963e300b9a 0.11 MB 163 105
225,250 225,250 00000000000001e0fbf74de9a33d4ba77e3586e4b9d4f9a4034d5eea30730479 0.54 MB 1,134 199
225,249 225,249 00000000000000014ad4c80fd239d9e911bc6864b20cdb490a5b17a1bcc8253c 0.22 MB 484 222
225,248 225,248 00000000000002fc059aecbcdbcc65e11baf7840eb610edac30c286256ef8342 0.23 MB 397 154
225,247 225,247 00000000000002fd5fa9feb39d79d531aea8e195af397058be21268fdfc1977f 0.25 MB 637 244
225,246 225,246 00000000000002f2e97226023303f30121967fd80581d0c817a12717ce348d65 0.31 MB 657 194
225,245 225,245 0000000000000073e7d0a4600be53fc8cd5daddcf910c40b2e12a333375dcf08 0.36 MB 853 200
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.74 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.