Memory Pool Memory Pool Refreshing

2,305 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.82 vMB 2,305 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (668,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,522 239,522 00000000000000221fe0ee6e37c70f0287dad462517f09c7dc837ee5c2e93978 0.14 MB 267 152
239,521 239,521 00000000000000d7256f7e6544666421e041cfb76ec7c026c9b5fab0dc4e2443 0.25 MB 256 35
239,520 239,520 00000000000000e906c80d9d522b2fea71ec1372c889cbc27632d3f2aedc42b6 0.16 MB 345 159
239,519 239,519 000000000000009a07e222a26b52aa3535bf189fbf0b0c6096846efa25756e89 0.08 MB 92 116
239,518 239,518 0000000000000067bb9e272929f91bba6b49c71ca01343fa6695f50cfcdb9aa5 0.15 MB 249 107
239,517 239,517 000000000000001fd23a7b758d5bae04042723b8812b9efa373b412cd71b7b3b 0.00 MB 1 0
239,516 239,516 00000000000000592e24aa6756a83c60bfec644218433a152c20d43e1cfdfd23 0.25 MB 637 193
239,515 239,515 00000000000000f47e161ba60cc78500a6bdb836f709c615fea386574b61d0f3 0.07 MB 121 90
239,514 239,514 000000000000006b13a830719c4f1fe54e7f0479611a3b862b8f618e4911c829 0.25 MB 620 173
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
Previous 10 blocks ↓
Total Size: 769.37 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,643.85 GB sent, 94.78 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.