Memory Pool Memory Pool Refreshing

542 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (186,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
721,609 721,609 0000000000000000000459633d363e78b9314e9dd85c551560ce19bc917c577c 0.94 MB 1,521 9
721,608 721,608 00000000000000000004f14f7725e0985de632e35a9d053b022cf20a1393956b 0.93 MB 1,656 9
721,607 721,607 000000000000000000008efd57e7a88c13ef8137c5312487ca2321de77615a6c 1.44 MB 1,678 7
721,606 721,606 00000000000000000001839e8c2794afebd32b04f2fa176eb626d648ac2eb184 1.17 MB 403 3
721,605 721,605 0000000000000000000060394b3a68de6834b6be90e47b61f34d0b895ff04d48 1.32 MB 1,525 6
721,604 721,604 000000000000000000081781f62e95c5710f7ece0b835868fedf9d40fc5f67f4 0.32 MB 320 6
721,603 721,603 000000000000000000074b727e93a1c663ec402e7acf1b20ebc7e703bcd75910 0.47 MB 363 5
721,602 721,602 0000000000000000000398e20de34e3ec60f3990997b456dfc1912a7c5c487bf 1.44 MB 1,600 4
721,601 721,601 000000000000000000041eab1c1f36e9fc06535b18de8a31f28aaa7b3d3a0587 1.44 MB 2,659 9
721,600 721,600 0000000000000000000786d2e6243c86ea0a54affbfe2812971cd2df2ffb5541 1.54 MB 2,401 13
721,599 721,599 00000000000000000001a0856d5bc736a536403a0521849ec453f83547eafa21 1.16 MB 2,110 9
721,598 721,598 000000000000000000006d98f9f502fd4ff487150842d5200aa8249072dbb911 0.06 MB 108 8
721,597 721,597 00000000000000000003532318080cdb6771bfcab0debe2b4a2fdf702cfd0187 0.10 MB 197 11
721,596 721,596 0000000000000000000414b50b9c426a169443ee751711c8d57b1e6ffac44cc0 0.30 MB 427 3
721,595 721,595 0000000000000000000690584c34f0997bdd53200da91eaff38ad7bd66bd1879 1.42 MB 1,891 6
721,594 721,594 00000000000000000006c21230ce71add55e706ababe75fa44621c42807b7981 1.38 MB 1,750 11
721,593 721,593 00000000000000000003b4d7b4e68def3d5b73ec3901e8500f5c15f0e2da62cc 1.21 MB 2,007 9
721,592 721,592 00000000000000000001b0c682dd92633b487da2d685531d26bffc64e1879ed0 0.31 MB 389 7
721,591 721,591 00000000000000000000276c63a2ab12e1de87d5bf5db0edc80966d42b24de73 0.02 MB 56 7
721,590 721,590 0000000000000000000878b6c267cb6dfce896c3365924ba1c413273e9e3702c 0.35 MB 534 9
721,589 721,589 00000000000000000007e2704da7a3caa115b58cc3ea26e336dce749b7017fcc 0.25 MB 566 9
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.