Memory Pool Memory Pool Refreshing

3,595 transactions
1.12 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
2 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,573 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (779,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,626 128,626 0000000000002231ab66bfd41488f6ece793e7900381b9f9338b4ac77ebd5cfd 0.01 MB 29 307
128,625 128,625 0000000000000c159298e0dce5fd1a95739e5f0b56b2e90e9131bcfe8abc0e12 0.02 MB 24 657
128,624 128,624 0000000000000d2d6b8f87fa338e17538b4e2103c3ca8638c72cbab358ceac48 0.01 MB 13 690
128,623 128,623 000000000000090ae43b70e38752250a153c57e0d622bc18f054acdcadc75e6d 0.01 MB 17 786
128,622 128,622 00000000000018f2ae64e4e52d7885cb1035fee7a08308db53b0f3f82b6214ab 0.03 MB 84 1,652
128,621 128,621 00000000000008162d6d88c81d1dff33604b097c5662666c69d79451d921e968 0.00 MB 4 1,048
128,620 128,620 000000000000065a1b0de8490d0d410f77c1e708695286e2cfb5d49e1ff661b4 0.05 MB 151 67
128,619 128,619 000000000000002dd59b65eadffbf5c1909c7f6e919c3cd8180087ebe353f44f 0.03 MB 54 766
128,618 128,618 0000000000001592c8c093cc6d539c5848da24916f6c553883e5873d5c471981 0.04 MB 80 575
128,617 128,617 00000000000001c4b9a4ef8dedbd6119dd9903dc7064b18d9342b005529fe46f 0.03 MB 63 534
128,616 128,616 000000000000008393abac4d81860d5ebef4d02c518a17e2cf1ebbebfc39135e 0.01 MB 12 1,651
128,615 128,615 0000000000000771b1d01260af1f4e64e5b93e1d92b4142b4dc77daa89c7248c 0.00 MB 2 0
128,614 128,614 0000000000001359ae9a4a6f35ba5cc3cc8808f01a1b57000eb293e8c92f8af1 0.01 MB 18 977
128,613 128,613 0000000000001a0b451ce47b2fc604face72c32fa73cbf1db5a5000aa69a12ea 0.00 MB 1 0
128,612 128,612 00000000000009b73ac92ff897bf3b815cc146b781d8ec00c3326793934caeac 0.01 MB 19 45
128,611 128,611 000000000000248dd17a651a4484f79e608c8a54ae9adecc77e042c85a5ebd7f 0.01 MB 30 435
128,610 128,610 000000000000075052ffadfa772a7f5889fa7261c51ae946321c4969f773047e 0.02 MB 71 106
128,609 128,609 0000000000000bdb45f2694aec689b8f68ddea5794d091633445ff823dc5cc4c 0.03 MB 39 1,067
128,608 128,608 000000000000038146344024b086bac79d565e3797315792ba823b73ec86b5de 0.01 MB 11 1,004
128,607 128,607 00000000000015c80c303938d254d51c0ffba25872fcec9e4622390ed248689e 0.00 MB 12 0
128,606 128,606 0000000000001b3ad5af88391cf1e1eb7a42fc4981008688495a66a561ee253b 0.07 MB 194 1,042
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.