Memory Pool Memory Pool Refreshing

6,948 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,260 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (793,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
114,470 114,470 0000000000008a3ac04387df2a313f6fb952e7beb1403ed751428c8c22f5a54f 0.03 MB 82 1,089
114,469 114,469 0000000000001f18a076d12529d46a92fe65343850494e98bc9be6f571bed9d7 0.00 MB 4 781
114,468 114,468 00000000000098a657c1428255d846660a0fa0cfc7dccf9f866fcbcbf4d010b4 0.00 MB 1 0
114,467 114,467 000000000000a97a24b7b0db833d8b66613440e75764ba5c7214d291ee6ac630 0.00 MB 14 3,872
Previous 10 blocks ↓
Total Size: 768.95 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,614.19 GB sent, 92.56 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.