Memory Pool Memory Pool Refreshing

1,857 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,855 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (793,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,491 114,491 000000000000c3babc392cde9a4a04548f4453595f788b1bb027ae3effa85134 0.00 MB 14 224
114,490 114,490 00000000000072ad5428dabd3bbf14f9c1b1397a850bd4ee3f88f23f39390a39 0.00 MB 3 3,875
114,489 114,489 00000000000028cb996975ecae7d538a31013fca4baeebe3ba3d5bc5ef6ceb8c 0.00 MB 7 4,045
114,488 114,488 000000000000d8b8dc70e243bf6e699d4ff0a14a6bfd26fad8220773652fb0e9 0.00 MB 11 334
114,487 114,487 000000000000508a7b83dcad5bf167cb3adaaf917ad96f36df352880c5592f5a 0.00 MB 12 842
114,486 114,486 00000000000045e861f041b011899d3cb8f4ad37df84f51ac10f1abe4e1cb0bc 0.00 MB 5 3,875
114,485 114,485 000000000000b9e6a316e37a18cb1ab25be1a0ac1be07b2e9f56f8e0aa8a41ac 0.00 MB 11 994
114,484 114,484 000000000000aa4f6ef8ee12e1391226af0d7c37c20f5dad7aea6020cac809fa 0.01 MB 36 3,694
114,483 114,483 00000000000039b01d3b3512ac92edc4fbb13edecdd36ebfe7aa1d4084da4932 0.00 MB 11 617
114,482 114,482 000000000000322dde56b6b17fef71419bf1e33e92d391bf18ec2e9955d38aa9 0.01 MB 18 1,839
114,481 114,481 000000000000b77e6753ae2e59da0a3e773b1b6731d4287cf92cbb6368e4707d 0.00 MB 10 1,073
114,480 114,480 000000000000a660dadf5a690c79b111ed6e0c68a2eb553e355ee2d5eccbf501 0.01 MB 24 1,996
114,479 114,479 000000000000626d65fc8795df4ad335f9b96f7878f15c54e2fdcde75d05df2a 0.00 MB 11 1,071
114,478 114,478 000000000000575da3b54a8ead050a653aa8a0b6eb248746581d4bb5808e938a 0.01 MB 25 3,119
114,477 114,477 0000000000004a711ea3e6ab0094796106a54f3456b8c14132bbb788c8d95258 0.01 MB 39 929
114,476 114,476 000000000000a9813083096da9f4a472d736c744986f49fd74f499a56e057871 0.00 MB 8 3,645
114,475 114,475 0000000000005127e88cfa64dc4ed3ca74fe965444a3c63e3488d386a0432cff 0.01 MB 29 491
114,474 114,474 0000000000001a46024ef00e3b37b1f57f7c3d306ef94f42046deaf636541ff2 0.00 MB 1 0
114,473 114,473 0000000000007f4d643681fb6f63719485bf529d74c885c9724c03cfb14686a7 0.00 MB 9 3,875
114,472 114,472 0000000000003772110bdc1c59a358c8b9882f11d9584aa07c397d0f77e9b838 0.00 MB 1 0
114,471 114,471 0000000000003f7c5b63695bb2a724bdc64ff952623abe7e9f1e4122994e0dd1 0.01 MB 38 2,465
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.