Memory Pool Memory Pool Refreshing

3,171 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,872 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,871 (668,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,513 239,513 0000000000000082d0bb5c88711f7902b0f68a395f5a9783b9f8c09ff0ddbde2 0.07 MB 109 45
239,512 239,512 000000000000015ba896d2b40b0598d32ed44f3c827896f43a8efbad3bcbc251 0.15 MB 269 65
239,511 239,511 0000000000000029ec2224ef71d4a3234a46c3807098f5cfd1908a4868d4dadc 0.25 MB 714 233
239,510 239,510 00000000000000bbddf5fae78c4bea3ccf473c0f68ccc1e0edc3634ca107febd 0.00 MB 5 550
239,509 239,509 0000000000000006af3cbe118f49192bac2ca790f054bb14101fdb3f045ab333 0.29 MB 591 139
239,508 239,508 000000000000015d276c6b4e725c2a81096ca8412a25b9ada57c7e8b6e514a4c 0.25 MB 628 192
239,507 239,507 00000000000000f6d56b57b57e6c175973e071e45138177010ab5edc39ea9ae8 0.08 MB 102 61
239,506 239,506 000000000000012c75481a44b5f8ec3b5a1b7c6747eebeaf6b4f0a220e618a2e 0.25 MB 600 189
239,505 239,505 00000000000000c6c9032971047db650f5692fb058a5575186c0efd767a42d9d 0.24 MB 473 144
239,504 239,504 0000000000000109725c064098636a9f82160c1728aa81aa70c3f436e3fe2346 0.21 MB 444 159
239,503 239,503 00000000000000fca800aeeb74953ba99cf9facc08cc43abd5f85dd298ec5a59 0.25 MB 549 182
239,502 239,502 00000000000000bfc18c1f5951db71e633bda32d5520d82f5fc998e7be38f98b 0.01 MB 48 23
239,501 239,501 0000000000000093801033fbc0f78b4027e65650c913953097412a8dd1ce22b6 0.18 MB 319 129
239,500 239,500 00000000000001401a9f32d825106023daedfda9f4508476f3d55d3ee7556b4c 0.25 MB 655 202
239,499 239,499 000000000000005fe55910f1f14e274f0189455f479b7804c38d049086d0ab73 0.13 MB 259 176
239,498 239,498 0000000000000113366fe2e43a6014be94303c4a15e2f6c05577a5a9bb8e00a2 0.16 MB 153 63
239,497 239,497 000000000000001dfb8e96a2738a33fce2388f06102481206efdf24703620979 0.25 MB 675 198
239,496 239,496 00000000000000f88c4590cdffb6b5338b69d4ac4d1716c4ed64c6cc6ad54383 0.15 MB 351 177
239,495 239,495 00000000000000a7dbd59de020c1612b80bd3def55e9804498e038db505a2cac 0.10 MB 181 183
239,494 239,494 00000000000000750bed52cd75adb6b2fd6973e4de9864aedd4d53bb4818a169 0.04 MB 100 109
239,493 239,493 00000000000001308702af7a375b977bf3073663b112928e8456e6670d228c7c 0.19 MB 431 157
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.